mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 15:47:09 -07: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
|
||||
{
|
||||
public abstract class UpdateSceneMappingsJob : IJob
|
||||
public class UpdateSceneMappingsJob : IJob
|
||||
{
|
||||
private readonly SceneMappingProvider _sceneNameMappingProvider;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue