mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Initial check-in of VideoInfoProvider, although it's currently disabled.
This commit is contained in:
parent
8f024e8199
commit
aae259d2cd
@@ -19,8 +19,7 @@ namespace MediaBrowser.Model.Entities
|
||||
|
||||
public class AudioStream
|
||||
{
|
||||
public string Format { get; set; }
|
||||
public string Profile { get; set; }
|
||||
public string Codec { get; set; }
|
||||
public string Language { get; set; }
|
||||
public int BitRate { get; set; }
|
||||
public int Channels { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user