mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add watch redirection for playlists
This commit is contained in:
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
Block a user