mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 21:53:18 +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…
Reference in a new issue