Fix playback report for trailers seeming like movie
This commit is contained in:
parent
f368f02abf
commit
7f956c6f18
1 changed files with 2 additions and 8 deletions
|
@ -166,12 +166,6 @@ class KodiMonitor(xbmc.Monitor):
|
|||
try:
|
||||
kodiid = item['id']
|
||||
except (KeyError, TypeError):
|
||||
log('Kodi did not give us a Kodi item id, trying to get from item '
|
||||
'title', 0)
|
||||
# Try to get itemid with the element's title
|
||||
with kodidb.GetKodiDB('video') as kodi_db:
|
||||
kodiid = kodi_db.getIdFromTitle(item)
|
||||
if kodiid is False:
|
||||
log("Item is invalid for PMS playstate update.", 0)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue