mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 22:23: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) {
|
if(!current) {
|
||||||
result=0;
|
result=0;
|
||||||
} else {
|
} else {
|
||||||
result=1;
|
result=current->is_smart;
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_rwlock_unlock(&db_rwlock);
|
pthread_rwlock_unlock(&db_rwlock);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user