New: Show disk space used by series on series details

This commit is contained in:
Mark McDowall
2014-08-16 23:43:50 -07:00
parent 6712c79143
commit 807ed7df1a
7 changed files with 77 additions and 26 deletions
@@ -21,6 +21,7 @@ namespace NzbDrone.Core.MediaFiles
List<string> FilterExistingFiles(List<string> files, Series series);
EpisodeFile Get(int id);
List<EpisodeFile> Get(IEnumerable<int> ids);
}
public class MediaFileService : IMediaFileService, IHandleAsync<SeriesDeletedEvent>