correction to [2069]
This commit is contained in:
parent
c1b1b7abf4
commit
02aded087e
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ SearchWindow :: onExportPlaylist(void) throw ()
|
|||
gLiveSupport,
|
||||
gLiveSupport->getBundle("exportPlaylistWindow"),
|
||||
playlist));
|
||||
} catch (XmlRpcException &e) {
|
||||
} catch (std::invalid_argument &e) {
|
||||
std::cerr << e.what() << std::endl;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue