Add watch redirection for playlists

pull/3822/head
Chocobozzz 2021-03-04 09:04:10 +01:00
parent c9b5b814da
commit 0bd6d35f13
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ const routes: Routes = [
path: 'remote-interaction',
loadChildren: () => import('./+remote-interaction/remote-interaction.module').then(m => m.RemoteInteractionModule)
},
{
path: 'video-playlists/watch',
redirectTo: 'videos/watch/playlist'
},
{
path: '',
component: EmptyComponent // Avoid 404, app component will redirect dynamically