mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 22:36:33 +01:00
Minor fixes
This commit is contained in:
@@ -8,9 +8,9 @@ namespace MediaBrowser.Model.SyncPlay
|
||||
public class JoinGroupRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the group id.
|
||||
/// Gets or sets the group identifier.
|
||||
/// </summary>
|
||||
/// <value>The id of the group to join.</value>
|
||||
/// <value>The identifier of the group to join.</value>
|
||||
public Guid GroupId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user