direct stream content from emby as needed (#1168)

This commit is contained in:
Jason Dove
2023-02-19 20:29:09 -06:00
committed by GitHub
parent b751f1054b
commit 7e3436e68f
22 changed files with 409 additions and 74 deletions
@@ -34,4 +34,10 @@ public interface IEmbyApiClient
string apiKey,
string parentId,
string includeItemTypes);
Task<Either<BaseError, MediaVersion>> GetPlaybackInfo(
string address,
string apiKey,
EmbyLibrary library,
string itemId);
}