aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorgion <oancaionutandrei@gmail.com>2020-05-12 09:08:35 +0200
committerIonut Andrei Oanca <oancaionutandrei@gmail.com>2020-10-16 11:25:19 +0200
commit5487dfc145096faeaa9ee82d92ffa224ef69fc11 (patch)
tree6b452fd7a18c2ad5168a8f1a3d5cdf52d37e73d0 /MediaBrowser.Controller
parent5c2ecc0ca5f4672e090d35bfa8886718a95feb4f (diff)
Rename GroupInfoView to GroupInfoDto
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/SyncPlay/ISyncPlayController.cs2
-rw-r--r--MediaBrowser.Controller/SyncPlay/ISyncPlayManager.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/SyncPlay/ISyncPlayController.cs b/MediaBrowser.Controller/SyncPlay/ISyncPlayController.cs
index 60d17fe36..d869c05bd 100644
--- a/MediaBrowser.Controller/SyncPlay/ISyncPlayController.cs
+++ b/MediaBrowser.Controller/SyncPlay/ISyncPlayController.cs
@@ -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();
}
}
diff --git a/MediaBrowser.Controller/SyncPlay/ISyncPlayManager.cs b/MediaBrowser.Controller/SyncPlay/ISyncPlayManager.cs
index 006fb687b..65770021d 100644
--- a/MediaBrowser.Controller/SyncPlay/ISyncPlayManager.cs
+++ b/MediaBrowser.Controller/SyncPlay/ISyncPlayManager.cs
@@ -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.