mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
CentralDispatch is no longer static.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Test.ProviderTests
|
||||
private EpisodeParseResult parseResultSingle;
|
||||
|
||||
[SetUp]
|
||||
public new void Setup()
|
||||
public void Setup()
|
||||
{
|
||||
parseResultMulti = new EpisodeParseResult()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user