update translations

This commit is contained in:
Luke Pulverenti 2014-08-14 09:24:30 -04:00
parent 6f781f5a96
commit 668f8ba11f
22 changed files with 164 additions and 55 deletions

View file

@ -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;