1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-30 19:31:35 +00:00

minor changes

This commit is contained in:
kay.one 2011-08-06 22:49:07 -07:00
parent 79b2fad6e3
commit 2601c7c1b9
2 changed files with 4 additions and 4 deletions

View file

@ -56,9 +56,9 @@ public static void InitializeApp()
{
BindKernel();
LogConfiguration.StartDbLogging();
MigrationsHelper.Run(Connection.MainConnectionString, true);
LogConfiguration.StartDbLogging();
_kernel.Get<QualityProvider>().SetupDefaultProfiles();

View file

@ -191,12 +191,12 @@ private void ProcessQueue()
{
do
{
Tuple<Type, int> job = null;
using (NestedDiagnosticsContext.Push(Guid.NewGuid().ToString()))
{
try
{
Tuple<Type, int> job = null;
lock (Queue)
{
if (Queue.Count != 0)