Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
removed fixed views in xmllists
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Dec 12, 2014
1 parent 48c65ee commit 27b1cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.video.p2p-streams/resources/core/livestreams.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def xml_lists_menu():
else: addDir("[B][COLOR orange]" + file.replace(".txt","") + "[/B][/COLOR]",string,101,addonpath + art + 'xml_lists.png',2,True)
except: pass
addDir(translate(40121),MainURL,107,addonpath + art + 'plus-menu.png',2,False)
xbmc.executebuiltin("Container.SetViewMode(51)")
#xbmc.executebuiltin("Container.SetViewMode(51)")

"""
Expand Down Expand Up @@ -174,7 +174,7 @@ def get_groups(url):
try:
addDir_livestreams_common(group_name,url,102,addonpath + art + 'xml_list_sopcast.png',True)
except: pass
xbmc.executebuiltin("Container.SetViewMode(51)")
#xbmc.executebuiltin("Container.SetViewMode(51)")
except:
print("Other type of xml list")
getData(url,"")
Expand Down

0 comments on commit 27b1cc7

Please sign in to comment.