Fixed: Size on disk display

pull/4/head
Mark McDowall 9 years ago
parent 408ff983cf
commit 36629242d1

@ -75,7 +75,8 @@ namespace NzbDrone.Core.SeriesStats
private String GetEpisodeFilesJoin()
{
return @"LEFT OUTER JOIN EpisodeFiles
ON EpisodeFiles.SeriesId = Episodes.SeriesId";
ON EpisodeFiles.SeriesId = Episodes.SeriesId
AND EpisodeFiles.SeasonNumber = Episodes.SeasonNumber";
}
}
}

Loading…
Cancel
Save