Delete old v2 ombi from v3 branch

This commit is contained in:
tidusjar 2018-01-05 19:44:49 +00:00
commit 19e9071af3
800 changed files with 1 additions and 152328 deletions

View file

@ -77,7 +77,7 @@ namespace Ombi.Schedule.Jobs.Emby
continue;
}
_log.LogInformation("We have found the request {0} on Emby, sending the notification", movie.Title);
_log.LogInformation("We have found the request {0} on Emby, sending the notification", movie?.Title ?? string.Empty);
movie.Available = true;
if (movie.Available)