Skip to content

Commit ebbda00

Browse files
committed
fix: 공유 콘텐츠 조회 시 hlsMasterUrl 대신 videoUr이라고 반환
1 parent b84a245 commit ebbda00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/shareLink.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const processGetShareContent = async (shareToken, sessionId = null) => {
189189
if (scope === SCOPE_VIDEO && video) {
190190
content.video = {
191191
videoId: video.id.toString(),
192-
hlsMasterUrl: toPublicStorageUrl(video.hlsMasterUrl ?? video.sourceUrl),
192+
videoUrl: toPublicStorageUrl(video.hlsMasterUrl ?? video.sourceUrl),
193193
thumbnailUrl: toPublicStorageUrl(video.thumbnailUrl),
194194
};
195195
}

0 commit comments

Comments
 (0)