diff --git a/jellyfin_kodi/helper/playutils.py b/jellyfin_kodi/helper/playutils.py index bfa26eaf..e79fa8cc 100644 --- a/jellyfin_kodi/helper/playutils.py +++ b/jellyfin_kodi/helper/playutils.py @@ -166,7 +166,7 @@ class PlayUtils(object): def is_strm(self, source): - if source.get("Container") == "strm" or self.item.get("Path","").endswith(".strm"): + if source.get("Container") == "strm" or self.item.get("Path", "").endswith(".strm"): LOG.info("strm detected") return True