mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Fixed #1445
This commit is contained in:
parent
b8d3a88409
commit
d1d65b24de
7 changed files with 161 additions and 138 deletions
|
@ -46,6 +46,7 @@ namespace Ombi.Api.Models.Radarr
|
|||
public class RadarrMovieResponse
|
||||
{
|
||||
public string title { get; set; }
|
||||
public string minimumAvailability { get; set; }
|
||||
public string sortTitle { get; set; }
|
||||
public double sizeOnDisk { get; set; }
|
||||
public string status { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue