mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
add more sync buttons
This commit is contained in:
@@ -5,6 +5,8 @@ namespace MediaBrowser.Model.Session
|
||||
public string AudioCodec { get; set; }
|
||||
public string VideoCodec { get; set; }
|
||||
public string Container { get; set; }
|
||||
public bool IsVideoDirect { get; set; }
|
||||
public bool IsAudioDirect { get; set; }
|
||||
public int? Bitrate { get; set; }
|
||||
|
||||
public float? Framerate { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user