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

support video_ts.nfo

This commit is contained in:
Luke Pulverenti 2015-05-15 11:46:20 -04:00
parent 4b2be0b97a
commit 91f96dbe68
42 changed files with 343 additions and 510 deletions

View file

@ -95,7 +95,7 @@
$('.alphabetPicker', page).alphaValue(query.NameStartsWithOrGreater);
}
$(document).on('pageinit', "#tvPeoplePage", function () {
$(document).on('pageinitdepends', "#tvPeoplePage", function () {
var page = this;
@ -147,7 +147,7 @@
reloadItems(page);
});
}).on('pagebeforeshow', "#tvPeoplePage", function () {
}).on('pageshown', "#tvPeoplePage", function () {
query.ParentId = LibraryMenu.getTopParentId();
@ -163,8 +163,6 @@
reloadItems(this);
}).on('pageshow', "#tvPeoplePage", function () {
updateFilterControls(this);
});