Skip to content

Commit

Permalink
isOriginalWebifInstalled is always False in OV
Browse files Browse the repository at this point in the history
  • Loading branch information
persianpros committed Jun 13, 2023
1 parent 0697d2b commit 3db5d86
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions autotimerpli/src/plugin.py
Expand Up @@ -50,13 +50,6 @@


def isOriginalWebifInstalled():
try:
from Tools.Directories import fileExists
except:
return False
pluginpath = eEnv.resolve('${libdir}/enigma2/python/Plugins/Extensions/WebInterface/plugin.py')
if fileExists(pluginpath) or fileExists(pluginpath + "o") or fileExists(pluginpath + "c"):
return True
return False


Expand Down

0 comments on commit 3db5d86

Please sign in to comment.