mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
New: Banner will be deleted when series is deleted.
This commit is contained in:
parent
0552fd9ad3
commit
5764059f1d
8 changed files with 246 additions and 196 deletions
|
@ -97,7 +97,7 @@ namespace NzbDrone.Common
|
|||
return Path.Combine(enviromentProvider.GetMediaCoverPath(), "Banners");
|
||||
}
|
||||
|
||||
public static string GetFanArthPath(this EnviromentProvider enviromentProvider)
|
||||
public static string GetFanArtPath(this EnviromentProvider enviromentProvider)
|
||||
{
|
||||
return Path.Combine(enviromentProvider.GetMediaCoverPath(), "Fanarts");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue