Rename GroupInfoView to GroupInfoDto

This commit is contained in:
gion
2020-05-12 09:08:35 +02:00
committed by Ionut Andrei Oanca
parent 5c2ecc0ca5
commit 5487dfc145
6 changed files with 269 additions and 7 deletions

View File

@@ -62,6 +62,6 @@ namespace MediaBrowser.Controller.SyncPlay
/// Gets the info about the group for the clients.
/// </summary>
/// <value>The group info for the clients.</value>
GroupInfoView GetInfo();
GroupInfoDto GetInfo();
}
}

View File

@@ -40,7 +40,7 @@ namespace MediaBrowser.Controller.SyncPlay
/// <param name="session">The session.</param>
/// <param name="filterItemId">The item id to filter by.</param>
/// <value>The list of available groups.</value>
List<GroupInfoView> ListGroups(SessionInfo session, Guid filterItemId);
List<GroupInfoDto> ListGroups(SessionInfo session, Guid filterItemId);
/// <summary>
/// Handle a request by a session in a group.