mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Size on disk display
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user