Stickers: added support for stickers on playlists and some tag types

This commit is contained in:
gd
2022-10-29 19:58:42 +03:00
committed by Max Kellermann
parent 70ac638d93
commit 432675d4c2
17 changed files with 955 additions and 99 deletions

View File

@@ -454,6 +454,9 @@ if sqlite_dep.found()
'src/sticker/Database.cxx',
'src/sticker/Print.cxx',
'src/sticker/SongSticker.cxx',
'src/sticker/TagSticker.cxx',
'src/sticker/AllowedTags.cxx',
'src/sticker/CleanupService.cxx',
]
endif