From c3b0af7ab9b3d207038fa0344a4e8bd2a221675f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 14 Dec 2015 10:29:03 -0500 Subject: [PATCH] fix recorded tv button --- dashboard-ui/scripts/sections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/sections.js b/dashboard-ui/scripts/sections.js index ad8d72fddc..f016b73f10 100644 --- a/dashboard-ui/scripts/sections.js +++ b/dashboard-ui/scripts/sections.js @@ -39,7 +39,7 @@ recordedTvView.ImageTags = {}; recordedTvView.icon = 'video-library'; recordedTvView.url = 'livetv.html?tab=3'; - recordedTvView.onclick = "LibraryBrowser.showTab('livetv.html', 2);event.preventDefault();event.stopPropagation();return false;"; + recordedTvView.onclick = "LibraryBrowser.showTab('livetv.html', 3);event.preventDefault();event.stopPropagation();return false;"; list.push(recordedTvView); } }