diff --git a/resources/lib/sync.py b/resources/lib/sync.py index ab57fa72..9b51cfbb 100644 --- a/resources/lib/sync.py +++ b/resources/lib/sync.py @@ -51,6 +51,9 @@ class Sync(backgroundthread.KillableThread): icon: "plex": shows Plex icon "error": shows Kodi error icon """ + if app.APP.player.isPlaying(): + LOG.info('Playing media - not showing note: %s', message) + return if not force and app.SYNC.sync_dialog is not True and self.force_dialog is not True: return if icon == "plex":