mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Removed subsonic completely
This commit is contained in:
@@ -114,7 +114,7 @@ namespace NzbDrone.Core.Providers
|
||||
return GetSeries(seriesId.Value);
|
||||
}
|
||||
|
||||
return _database.Single<Series>("WHERE CleanTitle = @0", normalizeTitle);
|
||||
return _database.FirstOrDefault<Series>("WHERE CleanTitle = @0", normalizeTitle);
|
||||
}
|
||||
|
||||
public virtual void UpdateSeries(Series series)
|
||||
|
Reference in New Issue
Block a user