Suspend library sync when TV show plays
This commit is contained in:
parent
cc3c55e038
commit
cd94266f49
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue