mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
SeriesProvider is now Subsonic free.
This commit is contained in:
parent
63f6899894
commit
cb8cb1691f
10 changed files with 195 additions and 140 deletions
|
@ -14,6 +14,7 @@ namespace NzbDrone.Core.Test
|
|||
{
|
||||
[TestFixture]
|
||||
// ReSharper disable InconsistentNaming
|
||||
[Ignore]
|
||||
public class DbBenchmark : TestBase
|
||||
{
|
||||
const int Episodes_Per_Season = 20;
|
||||
|
@ -90,7 +91,7 @@ namespace NzbDrone.Core.Test
|
|||
[Test]
|
||||
public void get_episode_by_series_seasons_episode_x5000()
|
||||
{
|
||||
var epProvider = new EpisodeProvider(repo, null);
|
||||
var epProvider = new EpisodeProvider(null, null);
|
||||
|
||||
|
||||
Thread.Sleep(1000);
|
||||
|
@ -114,7 +115,7 @@ namespace NzbDrone.Core.Test
|
|||
[Test]
|
||||
public void get_episode_by_series_seasons_x1000()
|
||||
{
|
||||
var epProvider = new EpisodeProvider(repo, null);
|
||||
var epProvider = new EpisodeProvider( null, null);
|
||||
|
||||
|
||||
Thread.Sleep(1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue