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:
parent
a5a676f467
commit
712e1269df
2 changed files with 7 additions and 0 deletions
|
@ -844,6 +844,10 @@
|
|||
selectDate(context);
|
||||
});
|
||||
|
||||
context.querySelector('.btnSelectDateIcon').addEventListener('click', function () {
|
||||
selectDate(context);
|
||||
});
|
||||
|
||||
context.querySelector('.btnUnlockGuide').addEventListener('click', function () {
|
||||
currentStartIndex = 0;
|
||||
channelsPromise = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue