From eab3931245e5ff6e7537595cc533a8ba50649d00 Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 26 Jul 2021 11:13:29 +0200 Subject: [PATCH] Typo fix Indentation error --- default.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/default.py b/default.py index f84a669..19b95c0 100644 --- a/default.py +++ b/default.py @@ -375,11 +375,11 @@ def playPath(path, title = "", plot=""): is_helper = inputstreamhelper.Helper(PROTOCOL, drm=DRM) if is_helper.check_inputstream(): li = xbmcgui.ListItem(path=path) - li.setMimeType('application/xml+dash') - if PY2: - li.setProperty('inputstreamaddon', is_helper.inputstream_addon) - else: - li.setProperty('inputstream', is_helper.inputstream_addon) + li.setMimeType('application/xml+dash') + if PY2: + li.setProperty('inputstreamaddon', is_helper.inputstream_addon) + else: + li.setProperty('inputstream', is_helper.inputstream_addon) li.setProperty('inputstream.adaptive.manifest_type', PROTOCOL) li.setProperty('inputstream.adaptive.license_type', DRM) if max_bandwidth: