From 1c0d388dd07f17695454444604233b25409418e7 Mon Sep 17 00:00:00 2001 From: kevcenteno Date: Tue, 9 Dec 2014 22:13:05 -0500 Subject: [PATCH] updated art --- Contents/Code/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index fd20334..68f618a 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -521,7 +521,7 @@ def populateVideoArray(videoArr, videoObj, is_live=False): if videoObj['homeTeam']: homeTeam = videoObj['homeTeam'] # Set up arena pic name (have to do it before 'vs' gets added) - arena = R(ICON) + arena = R(ART) # Add 'vs' if there is a home and away team if homeTeam: ligature = ' @ '