mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Support '/w/' and '/w/p/' for watch page
And use them as default in client
This commit is contained in:
parent
012580d98f
commit
a1eda903a4
36 changed files with 268 additions and 210 deletions
|
@ -75,7 +75,7 @@ async function getSitemapLocalVideoUrls () {
|
|||
})
|
||||
|
||||
return data.map(v => ({
|
||||
url: WEBSERVER.URL + '/videos/watch/' + v.uuid,
|
||||
url: WEBSERVER.URL + '/w/' + v.uuid,
|
||||
video: [
|
||||
{
|
||||
title: v.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue