Update jellyfin_kodi/helper/playutils.py

Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
mcarlton00 2026-02-10 18:06:39 -05:00 committed by GitHub
commit 555566a0f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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