mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-18 09:59:53 -04:00
typo. argh.
This commit is contained in:
parent
23e2bab36b
commit
8ebc66e5db
@ -490,7 +490,7 @@ int db_sql_edit_playlist(char **pe, int id, char *name, char *clause) {
|
|||||||
|
|
||||||
if(id == 1) { /* can't edit the library query */
|
if(id == 1) { /* can't edit the library query */
|
||||||
db_get_error(pe,DB_E_INVALID_PLAYLIST);
|
db_get_error(pe,DB_E_INVALID_PLAYLIST);
|
||||||
reuturn DB_E_INVALID_PLAYLIST;
|
return DB_E_INVALID_PLAYLIST;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* first, check the playlist */
|
/* first, check the playlist */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user