Added Progress command, it's still experimental and only works correctly for plex at the moment. do not use it yet.

This commit is contained in:
Abdulmhsen B. A. A
2023-11-10 18:57:19 +03:00
parent e25349f8d1
commit 302f945763
11 changed files with 787 additions and 2 deletions

View File

@@ -110,6 +110,17 @@ interface ClientInterface
*/
public function push(array $entities, QueueRequests $queue, iDate|null $after = null): array;
/**
* Compare watch progress and push to backend.
*
* @param array<StateInterface> $entities
* @param QueueRequests $queue
* @param iDate|null $after
*
* @return array
*/
public function progress(array $entities, QueueRequests $queue, iDate|null $after = null): array;
/**
* Search backend libraries.
*