mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-07 23:17:35 +00:00
Fixed broken test.
This commit is contained in:
parent
b1c1f5e6d6
commit
cc60b972fd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ using NzbDrone.Core.Providers;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Jobs
|
namespace NzbDrone.Core.Jobs
|
||||||
{
|
{
|
||||||
public abstract class UpdateSceneMappingsJob : IJob
|
public class UpdateSceneMappingsJob : IJob
|
||||||
{
|
{
|
||||||
private readonly SceneMappingProvider _sceneNameMappingProvider;
|
private readonly SceneMappingProvider _sceneNameMappingProvider;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue