mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Try to fix NRE on queue resource custom formats
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Radarr.Api.V3.Queue
|
||||
Movie = includeMovie && model.Movie != null ? model.Movie.ToResource(0) : null,
|
||||
Languages = model.Languages,
|
||||
Quality = model.Quality,
|
||||
CustomFormats = model.RemoteMovie?.CustomFormats.ToResource(),
|
||||
CustomFormats = model.RemoteMovie?.CustomFormats?.ToResource(),
|
||||
Size = model.Size,
|
||||
Title = model.Title,
|
||||
Sizeleft = model.Sizeleft,
|
||||
|
||||
Reference in New Issue
Block a user