mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
Add new MediaAttachment to store attachments found during media probing.
This commit is contained in:
@@ -57,6 +57,8 @@ namespace MediaBrowser.Model.Dto
|
||||
|
||||
public List<MediaStream> MediaStreams { get; set; }
|
||||
|
||||
public List<MediaAttachment> MediaAttachments { get; set; }
|
||||
|
||||
public string[] Formats { get; set; }
|
||||
|
||||
public int? Bitrate { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user