Suspend library sync when TV show plays

This commit is contained in:
tomkat83 2016-03-03 09:45:42 +01:00
parent cc3c55e038
commit cd94266f49

View file

@ -104,7 +104,7 @@ class Player(xbmc.Player):
log("Playing itemtype is: %s" % itemType, 1)
# Suspend library sync thread while movie is playing
if itemType in ['movie', 'audio']:
if itemType in ('movie', 'episode'):
log("Suspending library sync while playing", 1)
window('suspend_LibraryThread', value='true')