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

update behavior with restricted transcoding access

This commit is contained in:
Luke Pulverenti 2016-07-25 01:12:38 -04:00
parent c3875ebe73
commit 8d4a41bd7d
7 changed files with 2 additions and 191 deletions

View file

@ -205,7 +205,6 @@
var alphaPickerElement = tabContent.querySelector('.alphaPicker');
alphaPickerElement.addEventListener('alphavaluechanged', function (e) {
var newValue = e.detail.value;
alert(newValue);
var query = getQuery(tabContent);
query.NameStartsWithOrGreater = newValue;
query.StartIndex = 0;