mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 02:15:49 +00:00
added favicon.ico
This commit is contained in:
parent
5884460be7
commit
f0208174a7
4 changed files with 1 additions and 1 deletions
BIN
NzbDrone.Web/Content/Images/favicon.ico
Normal file
BIN
NzbDrone.Web/Content/Images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
BIN
NzbDrone.Web/Content/Images/icon.jpg
Normal file
BIN
NzbDrone.Web/Content/Images/icon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -54,7 +54,7 @@ protected void Application_Error(object sender, EventArgs e)
|
|||
var lastError = Server.GetLastError();
|
||||
if (lastError is HttpException)
|
||||
{
|
||||
Logger.WarnException(lastError.Message, lastError);
|
||||
Logger.WarnException(String.Format("{0}. URL[{1}]", lastError.Message, Request.Path), lastError);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
BIN
NzbDrone.Web/favicon.ico
Normal file
BIN
NzbDrone.Web/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Loading…
Reference in a new issue