Skip to content

Commit

Permalink
add title to summar
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Dec 10, 2014
1 parent 6ad4cf5 commit b5854e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ def populateVideoArray(videoArr, videoObj, is_live=False):

# On demand and Live stream

summary = summary + " - Server: " + getServerLocation(False)

# Set up home and away teams
if videoObj['awayTeam']: awayTeam = videoObj['awayTeam']
Expand All @@ -537,6 +536,8 @@ def populateVideoArray(videoArr, videoObj, is_live=False):
# Built the title
title = playingMarker + getTeamName(awayTeam) + ligature + getTeamName(homeTeam) + feedType

summary = title + " - " + summary + " - Server: " + getServerLocation(False)

videoArr.append([game_id, title, logo, arena, summary, isPlaying])

###################################################################################################
Expand Down

0 comments on commit b5854e3

Please sign in to comment.