mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Cleanedup get GetNewFilename
This commit is contained in:
parent
8b484601f6
commit
d3f823734e
4 changed files with 484 additions and 107 deletions
|
@ -91,7 +91,7 @@ namespace NzbDrone.Core.Providers
|
|||
return AttachSeries(episodes.ToList());
|
||||
}
|
||||
|
||||
public virtual IList<Episode> EpisodesByFileId(int episodeFileId)
|
||||
public virtual IList<Episode> GetEpisodesByFileId(int episodeFileId)
|
||||
{
|
||||
return AttachSeries(_database.Fetch<Episode>("WHERE EpisodeFileId = @0", episodeFileId));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue