Skip to content

Commit

Permalink
[LCD4linux] bugfix for IPTV
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored and littlesat committed May 25, 2024
1 parent 86301e4 commit ce2a1c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lcd4linux/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14539,8 +14539,7 @@ def Lput4(LCD, SCR, FUNC, PARA):
self.CoverName = ["-", "-"]
elif sref.startswith(("4097:0", "5001:0", "5002:0", "5003:0")):
if self.Lpath and self.Lpath.startswith("http") and self.Llength and self.Llength[0] == -1:
L4log("detected AudioMedia or IPTV")
isMediaPlayer = "mp3"
L4log("detected IPTV")
else:
L4log("detected VOD Media")
isMediaPlayer = "mp3"
Expand Down

0 comments on commit ce2a1c8

Please sign in to comment.