Remove id check since it seems we don't need it

This commit is contained in:
Claus Vium 2019-02-04 22:28:02 +01:00
parent 93dd35b64d
commit 3f0c1f4e05
1 changed files with 0 additions and 3 deletions

View File

@ -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"