|
|
|
@ -21,7 +21,6 @@ namespace NzbDrone.Core.DataAugmentation.Scene
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public class SceneMappingService : ISceneMappingService,
|
|
|
|
|
IHandleAsync<ApplicationStartedEvent>,
|
|
|
|
|
IHandle<SeriesRefreshStartingEvent>,
|
|
|
|
|
IExecute<UpdateSceneMappingCommand>
|
|
|
|
|
{
|
|
|
|
@ -204,11 +203,6 @@ namespace NzbDrone.Core.DataAugmentation.Scene
|
|
|
|
|
return titles.Where(title => title.All(c => c <= 255)).ToList();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void HandleAsync(ApplicationStartedEvent message)
|
|
|
|
|
{
|
|
|
|
|
UpdateMappings();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void Handle(SeriesRefreshStartingEvent message)
|
|
|
|
|
{
|
|
|
|
|
UpdateMappings();
|
|
|
|
|