aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-28 16:01:33 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-28 16:01:33 -0400
commitc94a54ddd1ba6e4fcac16f03820f8c8f2f107b46 (patch)
tree02ccdbbf302f308cfcb578c8112d4a081db21544
parentff61b0b11ab0dc9f33645b797c3d09dec8687439 (diff)
display path on detail page
-rw-r--r--MediaBrowser.Model/Session/PlaystateRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateRequest.cs b/MediaBrowser.Model/Session/PlaystateRequest.cs
index 4db06c3d6..78551060f 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.
/// </summary>
/// <value>The seek position.</value>
- public long SeekPosition { get; set; }
+ public long? SeekPosition { get; set; }
}
/// <summary>