Added support for entryId in affiliate links.

This commit is contained in:
2026-01-29 21:29:26 +01:00
parent a2d5828fda
commit c536a75f3d
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ export function getAffiliateSceneUrl(scene) {
scenePath: scene.affiliate.parameters.prefixSlash
? scenePath
: scenePath.replace(/^\//, ''),
entryId: scene.entryId,
});
}