some cleanup

pull/6/head
kay.one 13 years ago
parent 67d8bf4147
commit f89eff9305

@ -130,7 +130,7 @@ namespace NzbDrone.Core.Providers.Jobs
{ {
if (_isRunning) if (_isRunning)
{ {
Logger.Trace("Queue is already running. Ignoreing request."); Logger.Trace("Queue is already running. Ignoring request.");
return true; return true;
} }
@ -189,7 +189,7 @@ namespace NzbDrone.Core.Providers.Jobs
} }
catch (Exception e) catch (Exception e)
{ {
Logger.FatalException("An error has occured while processing queued job.", e); Logger.FatalException("An error has occurred while processing queued job.", e);
} }
finally finally
{ {

@ -1,8 +1,4 @@
using System; using System.Web.Mvc;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using NzbDrone.Core.Providers; using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Core; using NzbDrone.Core.Providers.Core;
using NzbDrone.Core.Providers.Jobs; using NzbDrone.Core.Providers.Jobs;

@ -214,6 +214,7 @@
<DesignTime>True</DesignTime> <DesignTime>True</DesignTime>
<DependentUpon>UploadLocalization.en-US.resx</DependentUpon> <DependentUpon>UploadLocalization.en-US.resx</DependentUpon>
</Compile> </Compile>
<Compile Include="Controllers\HealthController.cs" />
<Compile Include="Controllers\HistoryController.cs" /> <Compile Include="Controllers\HistoryController.cs" />
<Compile Include="Controllers\LogController.cs" /> <Compile Include="Controllers\LogController.cs" />
<Compile Include="Controllers\AddSeriesController.cs" /> <Compile Include="Controllers\AddSeriesController.cs" />

@ -1,5 +1,6 @@
/// <reference path="jquery-1.5.2-vsdoc.js" /> /// <reference path="jquery-1.5.2-vsdoc.js" />
$(function () { $(document).ready(function ()
{
var speed = 0; var speed = 0;
var isShown = false; var isShown = false;
refreshNotifications(); refreshNotifications();

Loading…
Cancel
Save