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

@@ -499,9 +499,9 @@ namespace Emby.Server.Implementations.SyncPlay
}
/// <inheritdoc />
public GroupInfoView GetInfo()
public GroupInfoDto GetInfo()
{
return new GroupInfoView()
return new GroupInfoDto()
{
GroupId = GetGroupId().ToString(),
PlayingItemName = _group.PlayingItem.Name,