diff --git a/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs b/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs index b50e283ea..da3ebeb03 100644 --- a/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs +++ b/src/NzbDrone.Core/Notifications/Xbmc/XbmcService.cs @@ -67,7 +67,7 @@ namespace NzbDrone.Core.Notifications.Xbmc var matchingMovies = allMovies.FirstOrDefault(s => { - return s.ImdbNumber == movie.ImdbId || s.Label == movie.Title; + return s.ImdbNumber == movie.ImdbId; }); if (matchingMovies != null)