mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 09:49:36 +01:00
Merge branch 'develop'
This commit is contained in:
@@ -1578,7 +1578,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None,
|
||||
if album['Type'] == 'EP':
|
||||
album_type = [gazellerelease_type.EP]
|
||||
# No musicbrainz match for this type
|
||||
#if album['Type'] == 'Anthology':
|
||||
# if album['Type'] == 'Anthology':
|
||||
# album_type = [gazellerelease_type.ANTHOLOGY]
|
||||
if album['Type'] == 'Compilation':
|
||||
album_type = [gazellerelease_type.COMPILATION]
|
||||
|
||||
Reference in New Issue
Block a user