1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update xmltv lib

This commit is contained in:
Luke Pulverenti 2016-08-18 23:57:36 -04:00
parent a5a676f467
commit 712e1269df
2 changed files with 7 additions and 0 deletions

View file

@ -844,6 +844,10 @@
selectDate(context);
});
context.querySelector('.btnSelectDateIcon').addEventListener('click', function () {
selectDate(context);
});
context.querySelector('.btnUnlockGuide').addEventListener('click', function () {
currentStartIndex = 0;
channelsPromise = null;