From 555566a0f0d14ca30c6eb1858a117548921ecad4 Mon Sep 17 00:00:00 2001 From: mcarlton00 Date: Tue, 10 Feb 2026 18:06:39 -0500 Subject: [PATCH] Update jellyfin_kodi/helper/playutils.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Odd Stråbø --- jellyfin_kodi/helper/playutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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