mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
fix minor typo in error message
This commit is contained in:
parent
8ebc66e5db
commit
dfcc54342b
@ -1131,7 +1131,7 @@ void dispatch_editplaylist(WS_CONNINFO *pwsc, DBQUERYINFO *pqi) {
|
||||
/* FIXME: Error handling */
|
||||
retval=db_edit_playlist(NULL,id,name,query);
|
||||
if(retval != DB_E_SUCCESS) {
|
||||
DPRINTF(E_LOG,L_DAAP,"error editing playlist.");
|
||||
DPRINTF(E_LOG,L_DAAP,"error editing playlist.\n");
|
||||
ws_returnerror(pwsc,500,"Error editing playlist");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user