From c94a54ddd1ba6e4fcac16f03820f8c8f2f107b46 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 28 May 2013 16:01:33 -0400 Subject: [PATCH] display path on detail page --- MediaBrowser.Model/Session/PlaystateRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Model/Session/PlaystateRequest.cs b/MediaBrowser.Model/Session/PlaystateRequest.cs index 4db06c3d68..78551060ff 100644 --- a/MediaBrowser.Model/Session/PlaystateRequest.cs +++ b/MediaBrowser.Model/Session/PlaystateRequest.cs @@ -17,7 +17,7 @@ namespace MediaBrowser.Model.Session /// Only applicable to seek commands. /// /// The seek position. - public long SeekPosition { get; set; } + public long? SeekPosition { get; set; } } ///