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

update recording dialogs

This commit is contained in:
Luke Pulverenti 2016-09-21 17:09:14 -04:00
parent c44b85501f
commit 9146727fda
54 changed files with 302 additions and 65 deletions

View file

@ -100,26 +100,6 @@
return false;
}
function getTabs() {
return [
{
href: 'cinemamodeconfiguration.html',
name: Globalize.translate('TabCinemaMode')
},
{
href: 'playbackconfiguration.html',
name: Globalize.translate('TabResumeSettings')
},
{
href: 'streamingsettings.html',
name: Globalize.translate('TabStreaming')
},
{
href: 'encodingsettings.html',
name: Globalize.translate('TabTranscoding')
}];
}
function onSelectEncoderPathChange(e) {
var page = $(this).parents('.page')[0];
@ -201,7 +181,6 @@
Dashboard.showLoadingMsg();
LibraryMenu.setTabs('playback', 3, getTabs);
var page = this;
ApiClient.getNamedConfiguration("encoding").then(function (config) {