mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-26 16:27:31 +00:00
Refactor 3/4
This commit is contained in:
parent
2a09fe6117
commit
375aa8f194
3 changed files with 95 additions and 82 deletions
|
@ -193,4 +193,9 @@ def get_params( paramstring ):
|
|||
param[splitparams[0]]=splitparams[1]+"="+splitparams[2]
|
||||
return param
|
||||
|
||||
def executeJSONRPC(self, command):
|
||||
print "ExecuteJSONRPC called!"
|
||||
print inspect.stack()[1][3]
|
||||
return xbmc.executeJSONRPC(command)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue