change MediaInfoModel.AudioStream to type List<AudioStream>

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

@ -57,7 +57,7 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
public List<string> Subtitles { get; set; }
public List<string> AudioStreams { get; set; }
public List<AudioStream> AudioStreams { get; set; }
public string ScanType { get; set; }

Loading…
Cancel
Save