mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add image download setting
This commit is contained in:
parent
2f218ec5d5
commit
9cadc0ddff
4 changed files with 22 additions and 2 deletions
|
@ -1527,5 +1527,7 @@
|
|||
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
|
||||
"FileExtension": "File extension",
|
||||
"OptionReplaceExistingImages": "Replace existing images",
|
||||
"OptionPlayNextEpisodeAutomatically": "Play next episode automatically"
|
||||
"OptionPlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"OptionDownloadImagesInAdvance": "Download all images in advance",
|
||||
"OptionDownloadImagesInAdvanceHelp": "By default, most secondary images are not downloaded until requested by an Emby app. Enable this option to download all images in advance, as new media is imported."
|
||||
}
|
|
@ -1543,5 +1543,7 @@
|
|||
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
|
||||
"FileExtension": "File extension",
|
||||
"OptionReplaceExistingImages": "Replace existing images",
|
||||
"OptionPlayNextEpisodeAutomatically": "Play next episode automatically"
|
||||
"OptionPlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"OptionDownloadImagesInAdvance": "Download all images in advance",
|
||||
"OptionDownloadImagesInAdvanceHelp": "By default, most secondary images are not downloaded until requested by an Emby app. Enable this option to download all images in advance, as new media is imported."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue