added support for adding/removing movies from a movie list
This commit is contained in:
parent
8970e82780
commit
95712abdb6
12 changed files with 138 additions and 262 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue