Changed RunTime to RunTimeInSeconds

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-07-30 11:00:17 -04:00
parent 7766956274
commit 45cde97a58
3 changed files with 4 additions and 4 deletions

View File

@@ -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; }