implemented setting for the album blacklist
This commit is contained in:
parent
984f5335bb
commit
6b50e62b37
@ -101,8 +101,4 @@ SHOW_DOWNLOAD_ERRORS_THRESHOLD = CONNECTION_SECTION.SHOW_DOWNLOAD_ERRORS_THRESHO
|
||||
SORT_BY_DATE = AUDIO_SECTION.SORT_BY_DATE.object_from_value
|
||||
SORT_BY_ALBUM_TYPE = AUDIO_SECTION.SORT_BY_ALBUM_TYPE.object_from_value
|
||||
|
||||
ALBUM_TYPE_BLACKLIST: List[AlbumType] = [
|
||||
AlbumType.COMPILATION_ALBUM,
|
||||
AlbumType.MIXTAPE,
|
||||
AlbumType.LIVE_ALBUM
|
||||
]
|
||||
ALBUM_TYPE_BLACKLIST: List[AlbumType] = AUDIO_SECTION.ALBUM_TYPE_BLACKLIST.object_from_value
|
||||
|
Loading…
Reference in New Issue
Block a user