Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
7005326685
commit
b16ba7d985
|
@ -2422,7 +2422,6 @@ namespace Emby.Server.Implementations.Library
|
||||||
MediaSource = episode.GetMediaSources(false).First(),
|
MediaSource = episode.GetMediaSources(false).First(),
|
||||||
MediaType = DlnaProfileType.Video,
|
MediaType = DlnaProfileType.Video,
|
||||||
ExtractChapters = false
|
ExtractChapters = false
|
||||||
|
|
||||||
}, CancellationToken.None);
|
}, CancellationToken.None);
|
||||||
task.Wait();
|
task.Wait();
|
||||||
if (task.IsCompletedSuccessfully) {
|
if (task.IsCompletedSuccessfully) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user