Sfoglia il codice sorgente

display path on detail page

Luke Pulverenti 12 anni fa
parent
commit
c94a54ddd1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      MediaBrowser.Model/Session/PlaystateRequest.cs

+ 1 - 1
MediaBrowser.Model/Session/PlaystateRequest.cs

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