mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-05-08 05:11:11 -04:00
wtv
This commit is contained in:
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(() => {});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user