New: Banner will be deleted when series is deleted.

This commit is contained in:
Mark McDowall 2012-03-06 18:53:49 -08:00
commit 5764059f1d
8 changed files with 246 additions and 196 deletions

View file

@ -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");
}