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

update season queries

This commit is contained in:
Luke Pulverenti 2016-08-18 01:56:10 -04:00
parent 84ff91f0ad
commit 16e3e4f358
7 changed files with 85 additions and 30 deletions

View file

@ -2229,6 +2229,10 @@
}
view.querySelector('.chapterSettingsButton').addEventListener('click', function () {
Dashboard.navigate('librarysettings.html');
});
view.addEventListener('viewbeforeshow', function () {
var page = this;
reload(page, params);