Use an event to update title mismatches

This commit is contained in:
Mark McDowall
2014-11-29 18:21:55 -08:00
parent 3c1df5693c
commit 907aa4a0ba
4 changed files with 30 additions and 4 deletions
@@ -0,0 +1,8 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.DataAugmentation.Scene
{
public class SceneMappingsUpdatedEvent : IEvent
{
}
}