mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-02 20:32:52 +01:00
Rename GroupInfoView to GroupInfoDto
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user