mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-24 23:37:31 +00:00
Refactor 4/4
This commit is contained in:
parent
375aa8f194
commit
7936a9ba5a
3 changed files with 510 additions and 488 deletions
|
@ -193,9 +193,5 @@ 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