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

update audio queries

This commit is contained in:
Luke Pulverenti 2016-10-31 01:51:43 -04:00
parent 19051edaa7
commit 73846baf21
2 changed files with 0 additions and 8 deletions

View file

@ -223,10 +223,6 @@
{
name: Globalize.translate('OptionRuntime'),
id: 'Runtime,SeriesSortName,SortName'
},
{
name: Globalize.translate('OptionVideoBitrate'),
id: 'VideoBitRate,SeriesSortName,SortName'
}],
callback: function () {
reloadItems(tabContent);

View file

@ -293,10 +293,6 @@
{
name: Globalize.translate('OptionRuntime'),
id: 'Runtime,SortName'
},
{
name: Globalize.translate('OptionVideoBitrate'),
id: 'VideoBitRate,SortName'
}],
callback: function () {
getQuery(tabContent).StartIndex = 0;