mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
CDN Updates. packaging updates
This commit is contained in:
@@ -13,7 +13,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
||||
|
||||
public UpdateSceneMappingsJob()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public string Name
|
||||
@@ -28,12 +28,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
||||
|
||||
public virtual void Start(ProgressNotification notification, int targetId)
|
||||
{
|
||||
notification.CurrentMessage = "Updating Scene Mappings";
|
||||
if (_sceneNameMappingProvider.UpdateMappings())
|
||||
notification.CurrentMessage = "Scene Mappings Completed";
|
||||
|
||||
else
|
||||
notification.CurrentMessage = "Scene Mappings Failed";
|
||||
_sceneNameMappingProvider.UpdateMappings();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user