fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 2m10s

This commit is contained in:
doomtube 2026-01-10 16:06:06 -05:00
parent 896a3b77d7
commit 958460db98

View file

@ -84,7 +84,7 @@
if (!browser) return;
try {
const res = await fetch('/api/watch/rooms');
const res = await fetch('/api/watch/rooms', { credentials: 'include' });
if (res.ok) {
const data = await res.json();
watchRooms = data.rooms || [];