Switched scene tile URL back to watch URL.

This commit is contained in:
2026-02-06 21:48:58 +01:00
parent 217decee06
commit a2f08c540c

View File

@@ -18,7 +18,7 @@
</div>
<Link
:href="user?.abilities?.some((ability) => ability.plainUrls) ? scene.url : scene.watchUrl"
: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"