mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-02 06:16:11 +00:00
some more small fixes
This commit is contained in:
parent
6729df6508
commit
e04ee83bd8
3 changed files with 11 additions and 7 deletions
|
@ -19,9 +19,13 @@ from PlaybackUtils import PlaybackUtils
|
|||
|
||||
# get the actions...
|
||||
params=utils.get_params(sys.argv[2])
|
||||
|
||||
mode = params.get('mode',"")
|
||||
id = params.get('id',"")
|
||||
|
||||
if mode == "play":
|
||||
PlaybackUtils().PLAY(id)
|
||||
|
||||
else:
|
||||
xbmc.executebuiltin('Addon.OpenSettings(plugin.video.mb3sync)')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue