Skip to content

Commit

Permalink
update log in screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Dec 9, 2014
1 parent e41cef2 commit 7973a95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
URL_ONDEMANDGAMES = 'https://api.ballstreams.com/GetOnDemand?date=%s&token=%s'
URL_ONDEMANDDATES = 'https://api.ballstreams.com/GetOnDemandDates?token=%s'
URL_ONDEMANDSTREAM = 'https://api.ballstreams.com/GetOnDemandStream?id=%s&token=%s'
URL_PREVIEW = "http://s.hscontent.com/preview/previewHD_hs.m3u8?token="
URL_GAMEOFF = ''
URL_REPO = ''
URL_LOGOREPO = ''
Expand Down Expand Up @@ -67,7 +68,11 @@ def MainMenu():
title=TITLE_PREFERENCES)
)
else:
return (ObjectContainer(header="Error", message="Invalid Ballstreams username and password."))
oc.add(PrefsObject(
title=TITLE_LOGIN
))

oc.add(GetStream(URL_PREVIEW, "Preview", URL_PREVIEW, R(ICON), R(ICON), summary, False, "hls"))

return oc

Expand Down

0 comments on commit 7973a95

Please sign in to comment.