mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Package cleanup
This commit is contained in:
parent
1ace2d5b22
commit
5ecbdd3e64
105 changed files with 151 additions and 25190 deletions
|
@ -40,7 +40,7 @@ namespace NzbDrone.Web.Helpers
|
|||
|
||||
if (!File.Exists(path))
|
||||
{
|
||||
throw new FileNotFoundException("Static file not found " + path, path);
|
||||
throw new FileNotFoundException("Included static resource was not found.", path);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue