Add watch redirection for playlists
This commit is contained in:
parent
c9b5b814da
commit
0bd6d35f13
|
@ -61,6 +61,10 @@ const routes: Routes = [
|
||||||
path: 'remote-interaction',
|
path: 'remote-interaction',
|
||||||
loadChildren: () => import('./+remote-interaction/remote-interaction.module').then(m => m.RemoteInteractionModule)
|
loadChildren: () => import('./+remote-interaction/remote-interaction.module').then(m => m.RemoteInteractionModule)
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'video-playlists/watch',
|
||||||
|
redirectTo: 'videos/watch/playlist'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '',
|
path: '',
|
||||||
component: EmptyComponent // Avoid 404, app component will redirect dynamically
|
component: EmptyComponent // Avoid 404, app component will redirect dynamically
|
||||||
|
|
Loading…
Reference in New Issue