mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce dlna logging
This commit is contained in:
parent
ca7fc5f23b
commit
f4725cf5b6
3 changed files with 6 additions and 5 deletions
|
@ -416,8 +416,7 @@ define(['browser'], function (browser) {
|
||||||
VideoCodec: 'h264',
|
VideoCodec: 'h264',
|
||||||
Context: 'Streaming',
|
Context: 'Streaming',
|
||||||
Protocol: 'hls',
|
Protocol: 'hls',
|
||||||
MaxAudioChannels: physicalAudioChannels.toString(),
|
MaxAudioChannels: physicalAudioChannels.toString()
|
||||||
EnableSplittingOnNonKeyFrames: (browser.osx || browser.iOS) ? true : false
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -161,8 +161,6 @@ globalize.translate('sharedcomponents#CancelSyncJobConfirmation');
|
||||||
if (lastTargetName) {
|
if (lastTargetName) {
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
html += '<br/>';
|
html += '<br/>';
|
||||||
html += '<br/>';
|
|
||||||
html += '<br/>';
|
|
||||||
hasOpenSection = false;
|
hasOpenSection = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,11 @@
|
||||||
user.Configuration.DisplayUnairedEpisodes = page.querySelector('.chkDisplayUnairedEpisodes').checked;
|
user.Configuration.DisplayUnairedEpisodes = page.querySelector('.chkDisplayUnairedEpisodes').checked;
|
||||||
|
|
||||||
if (userSettingsLoaded) {
|
if (userSettingsLoaded) {
|
||||||
|
|
||||||
|
if (AppInfo.supportsUserDisplayLanguageSetting) {
|
||||||
userSettingsInstance.language(page.querySelector('#selectLanguage').value);
|
userSettingsInstance.language(page.querySelector('#selectLanguage').value);
|
||||||
|
}
|
||||||
|
|
||||||
userSettingsInstance.enableThemeSongs(page.querySelector('#chkThemeSong').checked);
|
userSettingsInstance.enableThemeSongs(page.querySelector('#chkThemeSong').checked);
|
||||||
|
|
||||||
if (userId === Dashboard.getCurrentUserId()) {
|
if (userId === Dashboard.getCurrentUserId()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue