Update boxset title

This commit is contained in:
angelblue05 2016-11-05 05:53:24 -05:00
parent 3e1edb9a66
commit 1d8d01b5f8
2 changed files with 10 additions and 8 deletions

View file

@ -325,7 +325,7 @@ class Movies(Items):
emby_dbitem = emby_db.getItem_byId(boxsetid)
try:
setid = emby_dbitem[0]
self.kodi_db.update_boxset(setid, title)
except TypeError:
setid = self.kodi_db.add_boxset(title)