added support for adding/removing movies from a movie list

This commit is contained in:
Edward Tirado Jr 2026-03-02 17:33:41 -06:00
parent 8970e82780
commit 95712abdb6
12 changed files with 138 additions and 262 deletions

View file

@ -19,7 +19,7 @@ interface MovieDbInterface
* @throws MovieNotFoundException If no movies match the query
* @throws MovieDatabaseException If the external movie database is unreachable or returns an error
*/
public function search(string $query): Collection;
public function search(string $query, array $options): Collection;
/**
* Find a specific movie by title or external ID.