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();
}
}