add setting to show albums with single track as singles

+ add the above setting to db queries file and migration
This commit is contained in:
mungai-njoroge
2023-09-04 19:46:46 +03:00
parent 83bbe69550
commit 6c0024f699
7 changed files with 24 additions and 5 deletions
+1
View File
@@ -149,3 +149,4 @@ def load_settings():
SessionVars.CLEAN_ALBUM_TITLE = bool(s[3])
SessionVars.REMOVE_REMASTER_FROM_TRACK = bool(s[4])
SessionVars.MERGE_ALBUM_VERSIONS = bool(s[5])
SessionVars.SHOW_ALBUMS_AS_SINGLES = bool(s[6])