Skip to content

Commit

Permalink
fix preview feed summary
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Dec 9, 2014
1 parent 7973a95 commit 57b2213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def MainMenu():
title=TITLE_LOGIN
))

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

return oc

Expand Down

0 comments on commit 57b2213

Please sign in to comment.