mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
live tv fix
This commit is contained in:
@@ -248,10 +248,9 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <summary>
|
||||
/// Gets the playback information.
|
||||
/// </summary>
|
||||
/// <param name="itemId">The item identifier.</param>
|
||||
/// <param name="userId">The user identifier.</param>
|
||||
/// <param name="request">The request.</param>
|
||||
/// <returns>Task<LiveMediaInfoResult>.</returns>
|
||||
Task<PlaybackInfoResponse> GetPlaybackInfo(string itemId, string userId);
|
||||
Task<PlaybackInfoResponse> GetPlaybackInfo(PlaybackInfoRequest request);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the users async.
|
||||
|
||||
Reference in New Issue
Block a user