mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 20:41:54 +00:00
Check that client is playing the right item
Send date when playback command is emitted Rename some classes
This commit is contained in:
@@ -37,7 +37,8 @@ namespace MediaBrowser.Controller.Syncplay
|
||||
/// Adds the session to the group.
|
||||
/// </summary>
|
||||
/// <param name="session">The session.</param>
|
||||
void SessionJoin(SessionInfo session);
|
||||
/// <param name="request">The request.</param>
|
||||
void SessionJoin(SessionInfo session, JoinGroupRequest request);
|
||||
|
||||
/// <summary>
|
||||
/// Removes the session from the group.
|
||||
@@ -50,7 +51,7 @@ namespace MediaBrowser.Controller.Syncplay
|
||||
/// </summary>
|
||||
/// <param name="session">The session.</param>
|
||||
/// <param name="request">The requested action.</param>
|
||||
void HandleRequest(SessionInfo session, SyncplayRequestInfo request);
|
||||
void HandleRequest(SessionInfo session, PlaybackRequest request);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the info about the group for the clients.
|
||||
|
||||
Reference in New Issue
Block a user