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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user