mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 07:23:24 -05:00
Fix problem with playlist dropoff
This commit is contained in:
parent
8b48e81db1
commit
15fcb6b902
@ -1390,7 +1390,7 @@ M3UFILE *db_sqlite_fetch_playlist(char *path, int index) {
|
||||
|
||||
db_sqlite_free_table(resarray);
|
||||
|
||||
if((rows) && (db_sqlite_in_scan) && (!db_sqlite_reload)) {
|
||||
if((rows) && (db_sqlite_in_playlist_scan) && (!db_sqlite_reload)) {
|
||||
db_sqlite_exec(E_FATAL,"insert into plupdated values (%d)",pm3u->id);
|
||||
}
|
||||
|
||||
|
@ -94,11 +94,11 @@ int server_side_convert(char *fname) {
|
||||
|
||||
if(((ext = strrchr(fname, '.')) != NULL) &&
|
||||
(strcasestr(config.ssc_extensions, ext))) {
|
||||
DPRINTF(E_DBG,L_SCAN,"Yup\n");
|
||||
DPRINTF(E_SPAM,L_SCAN,"Yup\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
DPRINTF(E_DBG,L_SCAN,"Nope\n");
|
||||
DPRINTF(E_SPAM,L_SCAN,"Nope\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user