Added affiliate parameters to scene URL.

This commit is contained in:
2024-06-22 22:51:57 +02:00
parent c2edf72081
commit 9ce9cfbb0c
8 changed files with 97 additions and 13 deletions

View File

@@ -210,6 +210,7 @@
</li>
<li
v-if="user"
class="menu-button menu-item logout"
@click="logout"
><Icon icon="exit2" />Log out</li>

View File

@@ -63,7 +63,7 @@
</div>
<Link
:href="scene.url"
:href="scene.watchUrl"
:title="scene.date ? format(scene.date.toISOString(), 'y-MM-dd hh:mm') : `Release date unknown, added ${format(scene.createdAt, 'y-MM-dd')}`"
target="_blank"
class="date-link nolink"