Merge pull request #2175 from thornbill/fix-guide-link

Fix invalid guide link
This commit is contained in:
Bill Thornton 2020-12-04 18:18:39 -05:00 committed by GitHub
commit 062d3f2082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -603,7 +603,7 @@ import Headroom from 'headroom.js';
guideView.Name = globalize.translate('Guide');
guideView.ImageTags = {};
guideView.icon = 'dvr';
guideView.url = 'livetv.html?tab=1';
guideView.url = '#!/livetv.html?tab=1';
list.push(guideView);
}
}