Added dynamic affiliate URLs and video player restrictions.

This commit is contained in:
2026-01-28 00:57:32 +01:00
parent 31c62e01f9
commit 0bf0b716b2
7 changed files with 54 additions and 23 deletions

View File

@@ -30,5 +30,6 @@ export function curateMedia(media, context = {}) {
parent: media.entity_parent,
}),
type: context.type || null,
isRestricted: context.isRestricted,
};
}