mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-19 18:15:31 +01:00
pep8
This commit is contained in:
@@ -414,9 +414,8 @@ def doPostProcessing(albumid, albumpath, release, tracks, downloaded_track_list,
|
||||
album_art_path = None
|
||||
artwork = None
|
||||
if headphones.CONFIG.EMBED_ALBUM_ART or headphones.CONFIG.ADD_ALBUM_ART or \
|
||||
(headphones.CONFIG.PLEX_ENABLED and headphones.CONFIG.PLEX_NOTIFY) or \
|
||||
(headphones.CONFIG.XBMC_ENABLED and CONFIG.XBMC_NOTIFY):
|
||||
|
||||
(headphones.CONFIG.PLEX_ENABLED and headphones.CONFIG.PLEX_NOTIFY) or \
|
||||
(headphones.CONFIG.XBMC_ENABLED and CONFIG.XBMC_NOTIFY):
|
||||
logger.info('Searching for artwork')
|
||||
album_art_path, artwork = albumart.getAlbumArt(albumid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user