mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-25 17:17:02 +00:00
Fixed: Size on disk display
This commit is contained in:
parent
408ff983cf
commit
36629242d1
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ private String GetGroupByClause()
|
|||
private String GetEpisodeFilesJoin()
|
||||
{
|
||||
return @"LEFT OUTER JOIN EpisodeFiles
|
||||
ON EpisodeFiles.SeriesId = Episodes.SeriesId";
|
||||
ON EpisodeFiles.SeriesId = Episodes.SeriesId
|
||||
AND EpisodeFiles.SeasonNumber = Episodes.SeasonNumber";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue