display path on detail page

This commit is contained in:
Luke Pulverenti 2013-05-28 16:01:33 -04:00
parent ff61b0b11a
commit c94a54ddd1

View file

@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Session
/// Only applicable to seek commands.
/// </summary>
/// <value>The seek position.</value>
public long SeekPosition { get; set; }
public long? SeekPosition { get; set; }
}
/// <summary>