mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
add hls abs setting
This commit is contained in:
@@ -286,6 +286,14 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <exception cref="ArgumentNullException">query</exception>
|
||||
Task<ItemsResult> GetItemsAsync(ItemQuery query, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the user views.
|
||||
/// </summary>
|
||||
/// <param name="userId">The user identifier.</param>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task<ItemsResult>.</returns>
|
||||
Task<ItemsResult> GetUserViews(string userId, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the instant mix from song async.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user