mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed searchProvider
This commit is contained in:
parent
c693f90271
commit
728a18f680
3 changed files with 6 additions and 45 deletions
|
@ -238,14 +238,6 @@ namespace NzbDrone.Core.Providers
|
|||
_database.UpdateMany(allSeries);
|
||||
}
|
||||
|
||||
public virtual void UpdateUseSceneNumbering(IEnumerable<Int32> seriesIds)
|
||||
{
|
||||
_database.Execute("UPDATE Series SET UseSceneNumbering = 0");
|
||||
|
||||
var query = String.Format("UPDATE Series SET UseSceneNumbering = 1 WHERE SeriesId IN ({0})", String.Join(",", seriesIds));
|
||||
_database.Execute(query);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Cleans up the AirsTime Component from TheTVDB since it can be garbage that comes in.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue