X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FExtensions%2FHbbTV%2Fbookmark.py;h=6e5dd7b7ec5f5bb950b4ad446f79de5d551d490d;hp=844c6a90685c28a26c4802c539d7abd255d8e26f;hb=76ed1c8aaa8a58cd44153fc51aa1756d2de8ef23;hpb=48c1fa085ad901ace1c802ec6f9c894368abb44e diff --git a/lib/python/Plugins/Extensions/HbbTV/bookmark.py b/lib/python/Plugins/Extensions/HbbTV/bookmark.py index 844c6a9..6e5dd7b 100644 --- a/lib/python/Plugins/Extensions/HbbTV/bookmark.py +++ b/lib/python/Plugins/Extensions/HbbTV/bookmark.py @@ -124,7 +124,7 @@ class BookmarkManager(SimpleConfigParser): f = file('/proc/stb/info/vumodel') model = f.read().strip() f.close() - manualmode = (model == "solo2" or model == "duo2") + manualmode = (model == "solo2" or model == "duo2" or model == "solose") os.system('echo "[__SYS__]" > %s'%(_dbFileName)) os.system('echo "category_current_idx = 1" >> %s'%(_dbFileName))