Minor improvements

This commit is contained in:
Bond_009
2019-12-26 23:20:31 +01:00
committed by dkanada
parent a253fa616d
commit 8a0ef41036
5 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ namespace MediaBrowser.Model.Dto
public List<MediaStream> MediaStreams { get; set; }
public List<MediaAttachment> MediaAttachments { get; set; }
public IReadOnlyList<MediaAttachment> MediaAttachments { get; set; }
public string[] Formats { get; set; }