mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Minor code changes
This commit is contained in:
parent
3bcbc713f3
commit
16eb22b3de
2 changed files with 0 additions and 7 deletions
|
@ -65,11 +65,6 @@ namespace NzbDrone.Core.Providers
|
|||
return true;
|
||||
}
|
||||
|
||||
public virtual List<SceneMapping> GetAll()
|
||||
{
|
||||
return _database.Fetch<SceneMapping>();
|
||||
}
|
||||
|
||||
public virtual string GetSceneName(int seriesId)
|
||||
{
|
||||
var item = _database.FirstOrDefault<SceneMapping>("WHERE SeriesId = @0", seriesId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue