fixed #2208
This commit is contained in:
parent
6f6f868e80
commit
2ea22a61bd
|
@ -287,6 +287,7 @@ UploadFileWindow :: readAudioClipInfo(const Glib::ustring & fileName)
|
|||
playlength = readPlaylength(fileName);
|
||||
} catch (std::invalid_argument &e) {
|
||||
statusBar->set_text(*getResourceUstring("unsupportedFileTypeMsg"));
|
||||
fileType = invalidType;
|
||||
return;
|
||||
}
|
||||
if (!playlength) {
|
||||
|
|
Loading…
Reference in New Issue