diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-17 21:18:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-17 21:18:29 -0400 |
| commit | 8f5609df3af966fa0bb520ffbc3ca9614d7213df (patch) | |
| tree | d06e027aa8da1c8aed54f9c316b934a9a105b871 /MediaBrowser.Server.Startup.Common | |
| parent | 3da90bc103bc12761b7863ab652300988203f47e (diff) | |
support ac3 audio in edge browser
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/Migrations/Release5767.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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<RefreshChannelsScheduledTask>(); _taskManager.QueueScheduledTask<CleanDatabaseScheduledTask>(); - _taskManager.QueueScheduledTask<RefreshMediaLibraryTask>(); }); // Wait a few minutes before marking this as done. Make sure the server doesn't get restarted. |
