Skip to content

Commit

Permalink
fix web ui setting
Browse files Browse the repository at this point in the history
  • Loading branch information
justin025 committed Dec 13, 2024
1 parent c7c9a31 commit 6dadad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onthespot/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ <h2>Metadata</h2>
const rotateAccSn = document.getElementById('rotate_acc_sn').checked;
const forceRaw = document.getElementById('force_raw').checked;
const downloadDelay = document.getElementById('download_delay').value;
const translateFilePath = document.getElementById('translate_file_path').value;
const translateFilePath = document.getElementById('translate_file_path').checked;
const maximumQueueWorkers = document.getElementById('maximum_queue_workers').value;
const maximumDownloadWorkers = document.getElementById('maximum_download_workers').value;

Expand Down

0 comments on commit 6dadad9

Please sign in to comment.