mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-08 09:16:13 +00:00
Fix boxsets added
This commit is contained in:
parent
c02bea8761
commit
70fba1a2c3
2 changed files with 2 additions and 4 deletions
|
@ -44,7 +44,7 @@ class Movies(Items):
|
|||
}
|
||||
elif item_type == "BoxSet":
|
||||
actions = {
|
||||
'added': self.add_updateBoxset,
|
||||
'added': self.added_boxset,
|
||||
'update': self.add_updateBoxset,
|
||||
'remove': self.remove
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue