mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
CentralDispatch is no longer static.
This commit is contained in:
parent
ae9e941b30
commit
ca7deedfb9
6 changed files with 82 additions and 86 deletions
|
@ -26,7 +26,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
private EpisodeParseResult parseResultSingle;
|
||||
|
||||
[SetUp]
|
||||
public new void Setup()
|
||||
public void Setup()
|
||||
{
|
||||
parseResultMulti = new EpisodeParseResult()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue