Fix invalid guide link

This commit is contained in:
Bill Thornton 2020-12-04 17:06:06 -05:00
parent 0a15eba329
commit b8d909ea71

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);
}
}