mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[spotify/artwork] Remove spotify songs after playlist update and delete
cached artwork for removed spotify songs
This commit is contained in:
4
src/db.h
4
src/db.h
@@ -49,6 +49,7 @@ enum query_type {
|
||||
Q_BROWSE_DISCS = Q_F_BROWSE | 14,
|
||||
Q_BROWSE_TRACKS = Q_F_BROWSE | 15,
|
||||
Q_BROWSE_VPATH = Q_F_BROWSE | 16,
|
||||
Q_BROWSE_PATH = Q_F_BROWSE | 17,
|
||||
};
|
||||
|
||||
#define ARTWORK_UNKNOWN 0
|
||||
@@ -571,6 +572,9 @@ db_spotify_purge(void);
|
||||
|
||||
void
|
||||
db_spotify_pl_delete(int id);
|
||||
|
||||
void
|
||||
db_spotify_files_delete();
|
||||
#endif
|
||||
|
||||
/* Admin */
|
||||
|
||||
Reference in New Issue
Block a user