mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -2422,7 +2422,6 @@ namespace Emby.Server.Implementations.Library
|
||||
MediaSource = episode.GetMediaSources(false).First(),
|
||||
MediaType = DlnaProfileType.Video,
|
||||
ExtractChapters = false
|
||||
|
||||
}, CancellationToken.None);
|
||||
task.Wait();
|
||||
if (task.IsCompletedSuccessfully) {
|
||||
|
||||
Reference in New Issue
Block a user