From 8f5609df3af966fa0bb520ffbc3ca9614d7213df Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 17 Oct 2015 21:18:29 -0400 Subject: support ac3 audio in edge browser --- MediaBrowser.Server.Startup.Common/Migrations/Release5767.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'MediaBrowser.Server.Startup.Common') diff --git a/MediaBrowser.Server.Startup.Common/Migrations/Release5767.cs b/MediaBrowser.Server.Startup.Common/Migrations/Release5767.cs index d1c085734..168230b87 100644 --- a/MediaBrowser.Server.Startup.Common/Migrations/Release5767.cs +++ b/MediaBrowser.Server.Startup.Common/Migrations/Release5767.cs @@ -33,9 +33,7 @@ namespace MediaBrowser.Server.Startup.Common.Migrations { await Task.Delay(3000).ConfigureAwait(false); - _taskManager.QueueScheduledTask(); _taskManager.QueueScheduledTask(); - _taskManager.QueueScheduledTask(); }); // Wait a few minutes before marking this as done. Make sure the server doesn't get restarted. -- cgit v1.2.3