mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
fix portable and 3.5 project references
This commit is contained in:
@@ -39,17 +39,4 @@ namespace MediaBrowser.Model.Session
|
||||
/// </summary>
|
||||
FastForward
|
||||
}
|
||||
|
||||
public class PlaystateRequest
|
||||
{
|
||||
public PlaystateCommand Command { get; set; }
|
||||
|
||||
public long? SeekPositionTicks { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the controlling user identifier.
|
||||
/// </summary>
|
||||
/// <value>The controlling user identifier.</value>
|
||||
public string ControllingUserId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user