mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
New NzbDrone logo.
This commit is contained in:
parent
fa6888e964
commit
c83a67c9e2
10 changed files with 32 additions and 4 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue