Posters/Banners/Fanart served from App_Data

This commit is contained in:
Mark McDowall
2013-05-16 20:03:52 -07:00
parent 16e00d77ca
commit 16e13e0c24
7 changed files with 72 additions and 28 deletions

View File

@@ -75,7 +75,7 @@ namespace NzbDrone.Core.MediaCover
private string GetSeriesCoverPath(int seriesId)
{
return Path.Combine(_coverRootFolder, seriesId.ToString("0000"));
return Path.Combine(_coverRootFolder, seriesId.ToString());
}
}
}