New NzbDrone logo.

This commit is contained in:
kay.one 2013-07-06 15:46:11 -07:00
commit c83a67c9e2
10 changed files with 32 additions and 4 deletions

View file

@ -74,6 +74,14 @@ namespace NzbDrone.Api
Conventions.StaticContentsConventions.Add(processors.ProcessStaticResourceRequest);
}
protected override byte[] FavIcon
{
get
{
return null;
}
}
public void Shutdown()
{
ApplicationContainer.Resolve<IMessageAggregator>().PublishEvent(new ApplicationShutdownRequested());