diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 492b69c0..6d1b037a 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -419,7 +419,11 @@ def doPostProcessing(albumid, albumpath, release, tracks, downloaded_track_list, xbmc.update() if headphones.XBMC_NOTIFY: xbmc.notify(release['ArtistName'], release['AlbumTitle'], album_art_path) - + + if headphones.LMS_ENABLED: + lms = notifiers.LMS() + lms.update() + if headphones.PLEX_ENABLED: plex = notifiers.Plex() if headphones.PLEX_UPDATE: