mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 03:18:27 +01:00
Switched to low-level io methods for better performance
This commit is contained in:
parent
6fbeee841f
commit
758d18a652
@@ -12,7 +12,7 @@ namespace MediaBrowser.Model.Entities
|
||||
public int Height { get; set; }
|
||||
public int Width { get; set; }
|
||||
public string ScanType { get; set; }
|
||||
public string FrameRate { get; set; }
|
||||
public float FrameRate { get; set; }
|
||||
public int BitRate { get; set; }
|
||||
public string Codec { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user