some more small fixes

This commit is contained in:
Marcel van der Veldt 2015-03-18 18:54:30 +01:00
parent 6729df6508
commit e04ee83bd8
3 changed files with 11 additions and 7 deletions

View file

@ -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)')