This commit is contained in:
Markos Gogoulos
2026-05-07 14:42:20 +03:00
parent 256a182378
commit 9660044c62
7 changed files with 27 additions and 27 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -231,8 +231,7 @@ export default class IframeEmbed {
fetch(`${baseUrl}/api/v1/media/${parsed.videoId}/share`, {
method: 'POST',
credentials: 'include',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({courseid: courseId}),
body: new URLSearchParams({courseid: courseId}),
}).catch(() => {});
}