mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-24 02:56:31 +00:00
Changed RunTime to RunTimeInSeconds
This commit is contained in:
parent
7766956274
commit
45cde97a58
@@ -51,7 +51,7 @@ namespace MediaBrowser.Model.Entities
|
||||
public string DisplayMediaType { get; set; }
|
||||
|
||||
public float? UserRating { get; set; }
|
||||
public TimeSpan? RunTime { get; set; }
|
||||
public int? RunTimeInSeconds { get; set; }
|
||||
|
||||
public string AspectRatio { get; set; }
|
||||
public int? ProductionYear { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user