Fixed: Queue not loading for unknown releases

pull/2/head
Qstick 5 years ago committed by GitHub
parent 869ce2b366
commit 3d17498945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,7 +125,7 @@ namespace Radarr.Api.V3.Queue
case "status":
return q => q.Status;
case "movies.sortTitle":
return q => q.Movie.SortTitle;
return q => q.Movie?.SortTitle;
case "title":
return q => q.Title;
case "languages":

Loading…
Cancel
Save