mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-25 21:13:07 -04:00
[db] Queue notification when metadata changes (#448)
This commit is contained in:
parent
0d006904da
commit
bb451802d2
3
src/db.c
3
src/db.c
@ -4115,6 +4115,9 @@ db_queue_update_item(struct db_queue_item *qi)
|
||||
|
||||
ret = db_query_run(query, 1, 0);
|
||||
|
||||
/* MPD changes playlist version when metadata changes */
|
||||
queue_inc_version_and_notify();
|
||||
|
||||
return ret;
|
||||
#undef Q_TMPL
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user