1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3296 from marius-luca-87/selectall

Add "Select All" action to multiSelect
This commit is contained in:
Bill Thornton 2022-01-07 11:13:45 -05:00 committed by GitHub
commit 244765f153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View file

@ -1606,5 +1606,6 @@
"VideoBitrateNotSupported": "The video's bitrate is not supported",
"UnknownVideoStreamInfo": "The video stream info is unknown",
"UnknownAudioStreamInfo": "The audio stream info is unknown",
"DirectPlayError": "There was an error starting direct playback"
"DirectPlayError": "There was an error starting direct playback",
"SelectAll": "Select All"
}