more consolidation
This commit is contained in:
@@ -38,8 +38,9 @@ public interface IStreamProxyService
|
||||
/// Gets the authenticated URL for an item.
|
||||
/// </summary>
|
||||
/// <param name="itemId">The item ID.</param>
|
||||
/// <param name="cancellationToken">Cancellation token.</param>
|
||||
/// <returns>The authenticated URL, or null if not found or expired.</returns>
|
||||
string? GetAuthenticatedUrl(string itemId);
|
||||
Task<string?> GetAuthenticatedUrlAsync(string itemId, CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// Fetches and rewrites an HLS manifest to use proxy URLs.
|
||||
|
||||
Reference in New Issue
Block a user