mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-11 19:43:07 +03:00
Task localization
This commit is contained in:
@@ -71,15 +71,6 @@ namespace MediaBrowser.Providers.Trickplay
|
||||
/// <inheritdoc />
|
||||
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
|
||||
{
|
||||
MediaTypes = new[] { MediaType.Video },
|
||||
|
||||
Reference in New Issue
Block a user