mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-04 23:36:12 +00:00
Update boxset title
This commit is contained in:
parent
3e1edb9a66
commit
1d8d01b5f8
2 changed files with 10 additions and 8 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue