mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
Return correct playlist status
This commit is contained in:
parent
9a943fdcd0
commit
acfcde0dda
@ -604,7 +604,7 @@ int db_get_playlist_is_smart(int playlistid) {
|
||||
if(!current) {
|
||||
result=0;
|
||||
} else {
|
||||
result=1;
|
||||
result=current->is_smart;
|
||||
}
|
||||
|
||||
pthread_rwlock_unlock(&db_rwlock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user