Make the watch route generate a full YouTube URL (fixes #402)

This commit is contained in:
Pierre Rudloff 2022-02-27 23:32:08 +01:00
parent 7f28275fb0
commit 732baccd63
3 changed files with 23 additions and 4 deletions

View file

@ -94,7 +94,7 @@ class App extends \Slim\App
$this->any(
'/watch',
[$frontController, 'info']
[$frontController, 'watch']
);
$this->any(