mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-20 07:00:34 +00:00
Fix boxset
This commit is contained in:
parent
cbafdce7bb
commit
9959806f5b
2 changed files with 8 additions and 3 deletions
|
@ -259,7 +259,7 @@ class Read_EmbyServer():
|
|||
|
||||
def getMovies_byBoxset(self, boxsetid):
|
||||
|
||||
items = self.getSection(boxsetid)
|
||||
items = self.getSection(boxsetid, "Movie")
|
||||
|
||||
return items
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue