diff --git a/Melody49Notifier/Melody49Notifier.cs b/Melody49Notifier/Melody49Notifier.cs index 7b12938..f97b185 100644 --- a/Melody49Notifier/Melody49Notifier.cs +++ b/Melody49Notifier/Melody49Notifier.cs @@ -38,10 +38,10 @@ private static bool TheaterScheduleHasUpdated(TraceWriter log, out TheaterSchedu { currentTheaterScheduleDataFileManager.UpdateCurrentTheaterSchedule(currentTheaterScheduleFromWebSite); - return false; + return true; } - return true; + return false; } private static void SendNotification(TraceWriter log, TheaterSchedule currentTheaterSchedule)