mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove id check since it seems we don't need it
This commit is contained in:
parent
93dd35b64d
commit
3f0c1f4e05
1 changed files with 0 additions and 3 deletions
|
@ -121,9 +121,6 @@ class requestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
|||
if not params or params.get('Id') is None:
|
||||
raise IndexError("Incomplete URL format")
|
||||
|
||||
if 'extrafanart' in params['Id']:
|
||||
raise IndexError("Incorrect Id format %s" % params['Id'])
|
||||
|
||||
xbmc.log("[ webservice ] path: %s params: %s" % (str(self.path), str(params)), xbmc.LOGWARNING)
|
||||
|
||||
path = ("plugin://plugin.video.jellyfin?mode=play&id=%s&dbid=%s&filename=%s&transcode=%s"
|
||||
|
|
Loading…
Reference in a new issue