mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 20:38:27 +01:00
Added VideoInfo to DTOBaseItem
This commit is contained in:
parent
fbf8cc833c
commit
f2de85b5d9
@@ -33,7 +33,7 @@ namespace MediaBrowser.Controller.FFMpeg
|
||||
public int channels { get; set; }
|
||||
//public int bits_per_sample { get; set; }
|
||||
//public string r_frame_rate { get; set; }
|
||||
//public string avg_frame_rate { get; set; }
|
||||
public string avg_frame_rate { get; set; }
|
||||
//public string time_base { get; set; }
|
||||
//public string start_time { get; set; }
|
||||
public string duration { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user