mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Delete old v2 ombi from v3 branch
This commit is contained in:
parent
eb5eb074b8
commit
19e9071af3
800 changed files with 1 additions and 152328 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue