diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index 64b2404..fd20334 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -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'] @@ -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]) ###################################################################################################