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

support static trailer streaming

This commit is contained in:
Luke Pulverenti 2013-05-17 14:05:49 -04:00
parent 3d9e0c0347
commit 9d5fa7518d
9 changed files with 9 additions and 0 deletions

View file

@ -114,6 +114,7 @@
$('.alphabetPicker', this).on('alphaselect', function (e, character) {
query.NameStartsWithOrGreater = character;
query.StartIndex = 0;
reloadItems(page);