aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/video/video.ts')
-rw-r--r--server/models/video/video.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts
index d4a258187..5af907533 100644
--- a/server/models/video/video.ts
+++ b/server/models/video/video.ts
@@ -1920,7 +1920,7 @@ export class VideoModel extends Model<Partial<AttributesOnly<VideoModel>>> {
1920 } 1920 }
1921 1921
1922 getWatchStaticPath () { 1922 getWatchStaticPath () {
1923 return '/videos/watch/' + this.uuid 1923 return '/w/' + this.uuid
1924 } 1924 }
1925 1925
1926 getEmbedStaticPath () { 1926 getEmbedStaticPath () {