mirror of https://github.com/Chocobozzz/PeerTube
Add watch redirection for playlists
parent
c9b5b814da
commit
0bd6d35f13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue