mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 05:02:06 +00:00
fix(downloader): fix i18n
This commit is contained in:
@ -347,7 +347,7 @@ async function iterableStreamToTargetFile(
|
|||||||
const ratio = downloaded / contentLength;
|
const ratio = downloaded / contentLength;
|
||||||
const progress = Math.floor(ratio * 100);
|
const progress = Math.floor(ratio * 100);
|
||||||
sendFeedback(
|
sendFeedback(
|
||||||
t('plugins.downloader.backend.feedback.downloading-progress', {
|
t('plugins.downloader.backend.feedback.download-progress', {
|
||||||
percent: progress,
|
percent: progress,
|
||||||
}),
|
}),
|
||||||
ratio,
|
ratio,
|
||||||
|
|||||||
Reference in New Issue
Block a user