Make sure obsolete show uniqueids get deleted
This commit is contained in:
parent
72d222144a
commit
8e2aaa6c09
1 changed files with 1 additions and 0 deletions
|
@ -640,6 +640,7 @@ class TVShows(Items):
|
||||||
"unknown",
|
"unknown",
|
||||||
uniqueid)
|
uniqueid)
|
||||||
else:
|
else:
|
||||||
|
self.kodi_db.remove_uniqueid(showid, v.KODI_TYPE_SHOW)
|
||||||
uniqueid = -1
|
uniqueid = -1
|
||||||
# Update the tvshow entry
|
# Update the tvshow entry
|
||||||
query = '''
|
query = '''
|
||||||
|
|
Loading…
Add table
Reference in a new issue