Skip to content

Commit

Permalink
set tuner ips manually from prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmanjay committed Sep 26, 2016
1 parent f32ff8b commit 9345eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def Start():
def MainMenu():
global pyhdhr
pyhdhr = PyHDHR()
pyhdhr.setManualTunerList(Prefs['TunerIPList'])

oc = ObjectContainer()
oc.add(DirectoryObject(key=Callback(ShowLiveTV, title=L('LiveTV')), title=L('LiveTV'), thumb=R(ICON_LIVETV)))
Expand Down

0 comments on commit 9345eb3

Please sign in to comment.