From 3f0c1f4e050efb0990fd461c83e15712b147f18e Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Mon, 4 Feb 2019 22:28:02 +0100 Subject: [PATCH] Remove id check since it seems we don't need it --- resources/lib/webservice.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lib/webservice.py b/resources/lib/webservice.py index ce18abb0..ab17e21e 100644 --- a/resources/lib/webservice.py +++ b/resources/lib/webservice.py @@ -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"