mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
Cleanup external item data cleanup (#14072)
This commit is contained in:
@@ -91,7 +91,8 @@ public class MediaSegmentExtractionTask : IScheduledTask
|
||||
// Only local files supported
|
||||
if (item.IsFileProtocol && File.Exists(item.Path))
|
||||
{
|
||||
await _mediaSegmentManager.RunSegmentPluginProviders(item, false, cancellationToken).ConfigureAwait(false);
|
||||
var libraryOptions = _libraryManager.GetLibraryOptions(item);
|
||||
await _mediaSegmentManager.RunSegmentPluginProviders(item, libraryOptions, false, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
// Update progress
|
||||
|
||||
Reference in New Issue
Block a user