mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07: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 @@ namespace NzbDrone.Web
|
||||||
var lastError = Server.GetLastError();
|
var lastError = Server.GetLastError();
|
||||||
if (lastError is HttpException)
|
if (lastError is HttpException)
|
||||||
{
|
{
|
||||||
Logger.WarnException(lastError.Message, lastError);
|
Logger.WarnException(String.Format("{0}. URL[{1}]", lastError.Message, Request.Path), lastError);
|
||||||
}
|
}
|
||||||
else
|
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…
Add table
Add a link
Reference in a new issue