Skip to content

Commit 8be0938

Browse files
authored
fix(route/picuki): Fix video source (#21043)
1 parent 78dd4a4 commit 8be0938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/picuki/profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function handler(ctx) {
124124
author: username,
125125
renderData: {
126126
poster: img.attr('src'),
127-
source: $item.find('.popup-open').data('source'),
127+
source: `${baseUrl}/player/${videoId}`,
128128
id: videoId,
129129
},
130130
link: `${baseUrl}/media/${videoId}`,

0 commit comments

Comments
 (0)