1
0
Fork 0
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:
Chocobozzz 2021-05-28 11:36:33 +02:00
parent 012580d98f
commit a1eda903a4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
36 changed files with 268 additions and 210 deletions

View file

@ -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,