add AudioStreams list to MediaInfoModel

pull/7671/head
Ender 2 months ago committed by GitHub
parent a5ab93ad6e
commit cce45f4e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,6 +57,8 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
public List<string> Subtitles { get; set; }
public List<string> AudioStreams { get; set; }
public string ScanType { get; set; }
[JsonIgnore]

Loading…
Cancel
Save