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