mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Task localization
This commit is contained in:
parent
fe1c9d43ce
commit
d7fd54197c
@ -112,6 +112,8 @@
|
|||||||
"TaskCleanLogsDescription": "Deletes log files that are more than {0} days old.",
|
"TaskCleanLogsDescription": "Deletes log files that are more than {0} days old.",
|
||||||
"TaskRefreshPeople": "Refresh People",
|
"TaskRefreshPeople": "Refresh People",
|
||||||
"TaskRefreshPeopleDescription": "Updates metadata for actors and directors in your media library.",
|
"TaskRefreshPeopleDescription": "Updates metadata for actors and directors in your media library.",
|
||||||
|
"TaskRefreshTrickplayImages": "Generate Trickplay Images",
|
||||||
|
"TaskRefreshTrickplayImagesDescription": "Creates trickplay previews for videos in enabled libraries.",
|
||||||
"TaskUpdatePlugins": "Update Plugins",
|
"TaskUpdatePlugins": "Update Plugins",
|
||||||
"TaskUpdatePluginsDescription": "Downloads and installs updates for plugins that are configured to update automatically.",
|
"TaskUpdatePluginsDescription": "Downloads and installs updates for plugins that are configured to update automatically.",
|
||||||
"TaskCleanTranscode": "Clean Transcode Directory",
|
"TaskCleanTranscode": "Clean Transcode Directory",
|
||||||
|
@ -71,15 +71,6 @@ namespace MediaBrowser.Providers.Trickplay
|
|||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public async Task ExecuteAsync(IProgress<double> progress, CancellationToken cancellationToken)
|
public async Task ExecuteAsync(IProgress<double> progress, CancellationToken cancellationToken)
|
||||||
{
|
{
|
||||||
// TODO: libraryoptions dont run on libraries with trickplay disabled
|
|
||||||
/* will this still get all sub-items? should recursive be true?
|
|
||||||
* from chapterimagestask
|
|
||||||
* DtoOptions = new DtoOptions(false)
|
|
||||||
{
|
|
||||||
EnableImages = false
|
|
||||||
},
|
|
||||||
SourceTypes = new SourceType[] { SourceType.Library },
|
|
||||||
*/
|
|
||||||
var items = _libraryManager.GetItemList(new InternalItemsQuery
|
var items = _libraryManager.GetItemList(new InternalItemsQuery
|
||||||
{
|
{
|
||||||
MediaTypes = new[] { MediaType.Video },
|
MediaTypes = new[] { MediaType.Video },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user