diff options
Diffstat (limited to 'MediaBrowser.Model/SyncPlay/SendCommand.cs')
| -rw-r--r-- | MediaBrowser.Model/SyncPlay/SendCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/SyncPlay/SendCommand.cs b/MediaBrowser.Model/SyncPlay/SendCommand.cs index 779f711af..b24f7e97b 100644 --- a/MediaBrowser.Model/SyncPlay/SendCommand.cs +++ b/MediaBrowser.Model/SyncPlay/SendCommand.cs @@ -14,9 +14,9 @@ namespace MediaBrowser.Model.SyncPlay public string GroupId { get; set; } /// <summary> - /// Gets or sets the playlist id of the playing item. + /// Gets or sets the playlist identifier of the playing item. /// </summary> - /// <value>The playlist id of the playing item.</value> + /// <value>The playlist identifier of the playing item.</value> public string PlaylistItemId { get; set; } /// <summary> |
