mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add DownloadAll to translations
This commit is contained in:
parent
e834ae3f41
commit
17eede9062
2 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,7 @@ import toast from './toast/toast';
|
|||
|
||||
if (item.Type === 'Season' || item.Type == 'Series') {
|
||||
commands.push({
|
||||
name: 'Download All',
|
||||
name: globalize.translate('DownloadAll'),
|
||||
id: 'downloadall',
|
||||
icon: 'file_download'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue