mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
CDN Updates. packaging updates
This commit is contained in:
parent
e2c7371b4f
commit
df0637d3d1
4 changed files with 20 additions and 19 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue