replace background image with svg

- add symlink svg
- fix validate playlist thumbnails
This commit is contained in:
geoffrey45
2022-06-23 12:32:07 +03:00
parent de7aba3ba7
commit 3eaab97f1f
14 changed files with 835 additions and 125 deletions
+4 -2
View File
@@ -11,9 +11,10 @@ from PIL import Image
from app import helpers, settings
from app.lib import watchdoge
from app.lib.albumslib import ValidateThumbs
from app.lib.albumslib import ValidateAlbumThumbs
from app.lib import trackslib
from app.lib.populate import CreateAlbums, Populate
from app.lib.playlistlib import ValidatePlaylistThumbs
@helpers.background
@@ -31,7 +32,8 @@ def run_checks():
if helpers.Ping()():
CheckArtistImages()()
ValidateThumbs()
ValidateAlbumThumbs()
ValidatePlaylistThumbs()
@helpers.background