mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
fix(radarr): Fixed an issue where we couldn't sync radarr content #4577
This commit is contained in:
parent
1c4fc78a44
commit
a5355a3023
1 changed files with 1 additions and 4 deletions
|
@ -77,13 +77,10 @@ namespace Ombi.Api.Radarr.Models
|
||||||
public class Mediainfo
|
public class Mediainfo
|
||||||
{
|
{
|
||||||
public string audioAdditionalFeatures { get; set; }
|
public string audioAdditionalFeatures { get; set; }
|
||||||
public int audioBitrate { get; set; }
|
|
||||||
public float audioChannels { get; set; }
|
public float audioChannels { get; set; }
|
||||||
public string audioCodec { get; set; }
|
public string audioCodec { get; set; }
|
||||||
public string audioLanguages { get; set; }
|
public string audioLanguages { get; set; }
|
||||||
public int audioStreamCount { get; set; }
|
public int audioStreamCount { get; set; }
|
||||||
public int videoBitDepth { get; set; }
|
|
||||||
public int videoBitrate { get; set; }
|
|
||||||
public string videoCodec { get; set; }
|
public string videoCodec { get; set; }
|
||||||
public float videoFps { get; set; }
|
public float videoFps { get; set; }
|
||||||
public string resolution { get; set; }
|
public string resolution { get; set; }
|
||||||
|
@ -122,4 +119,4 @@ namespace Ombi.Api.Radarr.Models
|
||||||
public int id { get; set; }
|
public int id { get; set; }
|
||||||
public string name { get; set; }
|
public string name { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue