feat: download all playlist items

close #241
This commit is contained in:
edde746
2026-04-08 12:37:03 +02:00
parent 8d40ba3011
commit d0934295b0
35 changed files with 184 additions and 17 deletions
+2
View File
@@ -999,6 +999,7 @@ class _TranslationsDownloadsPl implements TranslationsDownloadsEn {
@override String nextNUnwatched({required Object count}) => 'Następne ${count} nieobejrzanych';
@override String get customAmount => 'Własna ilość...';
@override String get howManyEpisodes => 'Ile odcinków?';
@override String itemsQueued({required Object count}) => '${count} elementów dodanych do kolejki pobierania';
}
// Path: shaders
@@ -2023,6 +2024,7 @@ extension on TranslationsPl {
'downloads.nextNUnwatched' => ({required Object count}) => 'Następne ${count} nieobejrzanych',
'downloads.customAmount' => 'Własna ilość...',
'downloads.howManyEpisodes' => 'Ile odcinków?',
'downloads.itemsQueued' => ({required Object count}) => '${count} elementów dodanych do kolejki pobierania',
'shaders.title' => 'Shadery',
'shaders.noShaderDescription' => 'Bez ulepszenia wideo',
'shaders.nvscalerDescription' => 'Skalowanie obrazu NVIDIA dla ostrzejszego wideo',