mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-02 02:59:27 +01:00
Merge remote-tracking branch 'doucheymcdoucherson/patch-1' into develop
This commit is contained in:
@@ -446,7 +446,7 @@ def doPostProcessing(albumid, albumpath, release, tracks, downloaded_track_list,
|
||||
pushmessage = release['ArtistName'] + ' - ' + release['AlbumTitle']
|
||||
logger.info(u"Pushover request")
|
||||
pushover = notifiers.PUSHOVER()
|
||||
pushover.notify(pushmessage,"Download and Postprocessing completed")
|
||||
pushover.notify(pushmessage,"Headphones")
|
||||
|
||||
if headphones.PUSHBULLET_ENABLED:
|
||||
pushmessage = release['ArtistName'] + ' - ' + release['AlbumTitle']
|
||||
|
||||
Reference in New Issue
Block a user