mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Fix Nullref on Collection delete
This commit is contained in:
@@ -167,7 +167,7 @@ namespace Radarr.Api.V3.Collections
|
||||
[NonAction]
|
||||
public void Handle(CollectionDeletedEvent message)
|
||||
{
|
||||
BroadcastResourceChange(ModelAction.Deleted, MapToResource(message.Collection));
|
||||
BroadcastResourceChange(ModelAction.Deleted, message.Collection.Id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user