Skip to content

Commit

Permalink
Merge pull request #107 from leepeuker/fix-broken-most-watched-searches
Browse files Browse the repository at this point in the history
Fix broken most watched actor and directos search url generation
  • Loading branch information
leepeuker authored Sep 15, 2022
2 parents 321c4d2 + 677826f commit c682897
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 266 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ app_database_rollback:
app_user_create_test:
make exec_app_cmd CMD="php bin/console.php user:create a@a aaaaaaaa a"

app_user_change_password_test:
make exec_app_cmd CMD="php bin/console.php user:update 2 --password=aaaaaaaa"

app_import_trakt:
make exec_app_cmd CMD="php bin/console.php trakt:import --overwrite --userId=1"

Expand Down
Loading

0 comments on commit c682897

Please sign in to comment.