Don't clean the Kodi file table
This commit is contained in:
parent
8c5baf80ee
commit
98a544a764
1 changed files with 0 additions and 3 deletions
|
@ -55,9 +55,6 @@ def playback_cleanup(ended=False):
|
||||||
|
|
||||||
|
|
||||||
def _record_playstate(status, ended):
|
def _record_playstate(status, ended):
|
||||||
with kodidb.GetKodiDB('video') as kodi_db:
|
|
||||||
# Hack - remove any obsolete file entries Kodi made
|
|
||||||
kodi_db.clean_file_table()
|
|
||||||
if not status['plex_id']:
|
if not status['plex_id']:
|
||||||
LOG.debug('No Plex id found to record playstate for status %s', status)
|
LOG.debug('No Plex id found to record playstate for status %s', status)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue