mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
some subsonic cleanup
This commit is contained in:
parent
a28277af61
commit
1e73138f6d
8 changed files with 22 additions and 8 deletions
|
@ -100,7 +100,12 @@ namespace NzbDrone.Core
|
|||
{
|
||||
get
|
||||
{
|
||||
return HostingEnvironment.ApplicationPhysicalPath;
|
||||
if (!String.IsNullOrWhiteSpace(HostingEnvironment.ApplicationPhysicalPath))
|
||||
{
|
||||
return HostingEnvironment.ApplicationPhysicalPath;
|
||||
}
|
||||
return Directory.GetCurrentDirectory();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue