aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Wagner <ulrich.wagner@viaregio-services.de>2020-02-19 13:40:27 +0100
committerGitHub <noreply@github.com>2020-02-19 13:40:27 +0100
commitb16ba7d9854dbda4e908908d4790d68a05cd9453 (patch)
tree81d543848e1cac5eca2cead9742af26b34bbbf93
parent70053266855048deca0d8cefd2eaae020f7bbf95 (diff)
Update Emby.Server.Implementations/Library/LibraryManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 37bb6741d..1f526ff1c 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -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) {