mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Don't use alias for group by
This commit is contained in:
@@ -62,7 +62,6 @@ namespace NzbDrone.Core.Tv
|
||||
_logger = logger;
|
||||
}
|
||||
|
||||
|
||||
public Episode GetEpisode(int id)
|
||||
{
|
||||
return _episodeRepository.Get(id);
|
||||
|
Reference in New Issue
Block a user