Skip to content

Commit

Permalink
[Tools/General] unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 7, 2023
1 parent 2e1ac39 commit 35c018d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/python/Tools/General.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from enigma import iServiceInformation, eServiceReference, eServiceCenter


def isIPTV(service):
path = service and service.getPath()
return path and not path.startswith("/") and service.type in [0x1, 0x1001, 0x138A, 0x1389]

0 comments on commit 35c018d

Please sign in to comment.