mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Banners folder moved to root.
This commit is contained in:
parent
76608fc440
commit
08a5b28f40
2 changed files with 3 additions and 3 deletions
|
@ -92,12 +92,12 @@ namespace NzbDrone.Common
|
|||
|
||||
public static string GetBannerPath(this EnviromentProvider enviromentProvider)
|
||||
{
|
||||
return Path.Combine(enviromentProvider.GetMediaCoverPath(), "Banner");
|
||||
return Path.Combine(enviromentProvider.GetMediaCoverPath(), "Banners");
|
||||
}
|
||||
|
||||
public static string GetFanArthPath(this EnviromentProvider enviromentProvider)
|
||||
{
|
||||
return Path.Combine(enviromentProvider.GetMediaCoverPath(), "Fanart");
|
||||
return Path.Combine(enviromentProvider.GetMediaCoverPath(), "Fanarts");
|
||||
}
|
||||
|
||||
public static string GetCacheFolder(this EnviromentProvider enviromentProvider)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue