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 _TranslationsDownloadsPt implements TranslationsDownloadsEn {
@override String nextNUnwatched({required Object count}) => 'Próximos ${count} não assistidos';
@override String get customAmount => 'Quantidade personalizada...';
@override String get howManyEpisodes => 'Quantos episódios?';
@override String itemsQueued({required Object count}) => '${count} itens na fila de download';
}
// Path: shaders
@@ -2023,6 +2024,7 @@ extension on TranslationsPt {
'downloads.nextNUnwatched' => ({required Object count}) => 'Próximos ${count} não assistidos',
'downloads.customAmount' => 'Quantidade personalizada...',
'downloads.howManyEpisodes' => 'Quantos episódios?',
'downloads.itemsQueued' => ({required Object count}) => '${count} itens na fila de download',
'shaders.title' => 'Shaders',
'shaders.noShaderDescription' => 'Sem aprimoramento de vídeo',
'shaders.nvscalerDescription' => 'Escalonamento de imagem NVIDIA para vídeo mais nítido',