mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
more test/fixes
This commit is contained in:
parent
43e1c16cca
commit
8fca3c3419
10 changed files with 178 additions and 30 deletions
|
@ -311,17 +311,5 @@ namespace NzbDrone.Core.Helpers
|
|||
|
||||
return map.SeriesId;
|
||||
}
|
||||
|
||||
public static List<String> FindById(int seriesId)
|
||||
{
|
||||
List<String> results = new List<string>();
|
||||
|
||||
var maps = SceneNameMappings.Where(s => s.SeriesId == seriesId);
|
||||
|
||||
foreach (var map in maps)
|
||||
results.Add(map.Name);
|
||||
|
||||
return results;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue