update translations
This commit is contained in:
parent
6f781f5a96
commit
668f8ba11f
22 changed files with 164 additions and 55 deletions
|
@ -47,6 +47,7 @@
|
|||
.selectmenu("refresh");
|
||||
|
||||
$('#txtDownloadAge', page).val(config.MaxDownloadAge || '');
|
||||
$('#txtDownloadSizeLimit', page).val(config.DownloadSizeLimit || '');
|
||||
|
||||
$('#txtCachePath', page).val(config.DownloadPath || '');
|
||||
|
||||
|
@ -108,6 +109,7 @@
|
|||
// This should be null if empty
|
||||
config.PreferredStreamingWidth = $('#selectChannelResolution', form).val() || null;
|
||||
config.MaxDownloadAge = $('#txtDownloadAge', form).val() || null;
|
||||
config.DownloadSizeLimit = $('#txtDownloadSizeLimit', form).val() || null;
|
||||
|
||||
config.DownloadPath = $('#txtCachePath', form).val() || null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue