From b76c9e5bf34754bfa143fd29f7de2cc024ae16c4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 2 Apr 2015 12:24:59 -0400 Subject: [PATCH] fix hasMediaSources exception --- dashboard-ui/scripts/indexpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index 5baa1e687..8e5664657 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -469,7 +469,7 @@ switch (index) { case 0: - return 'smalllibrarytiles-automobile'; + return 'librarytiles-automobile'; case 1: return 'resume'; case 2: