mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
added ControllableByUserId to sessions url
This commit is contained in:
@@ -187,7 +187,7 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Gets active client sessions.
|
||||
/// </summary>
|
||||
/// <returns>Task{SessionInfoDto[]}.</returns>
|
||||
Task<SessionInfoDto[]> GetClientSessionsAsync();
|
||||
Task<SessionInfoDto[]> GetClientSessionsAsync(SessionQuery query);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the item counts async.
|
||||
|
||||
Reference in New Issue
Block a user