mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Don't use alias for group by
This commit is contained in:
parent
c94595b3ae
commit
1e4b7b033d
2 changed files with 1 additions and 2 deletions
|
@ -62,7 +62,6 @@ namespace NzbDrone.Core.Tv
|
|||
_logger = logger;
|
||||
}
|
||||
|
||||
|
||||
public Episode GetEpisode(int id)
|
||||
{
|
||||
return _episodeRepository.Get(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue