mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-17 13:46:14 +00:00
replaced auto play episode with custom nextup dialog, also added
ItemInfo and PersonInfo from the old addon
This commit is contained in:
parent
d4e44122ba
commit
44b22e7a67
14 changed files with 1741 additions and 26 deletions
|
@ -2,6 +2,7 @@
|
|||
# This class helps translate more complex cases from the MediaBrowser API to the XBMC API
|
||||
|
||||
from datetime import datetime
|
||||
from random import randrange
|
||||
import xbmc
|
||||
import xbmcgui
|
||||
import xbmcaddon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue