mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Added additional audio properties
This commit is contained in:
parent
fbf3916bce
commit
7303c6be32
1 changed files with 3 additions and 0 deletions
|
|
@ -3,5 +3,8 @@ namespace MediaBrowser.Model.Entities
|
|||
{
|
||||
public class Audio : BaseItem
|
||||
{
|
||||
public int BitRate { get; set; }
|
||||
public int Channels { get; set; }
|
||||
public int SampleRate { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue