diff --git a/src/lib/components/ui/irc/interface.svelte b/src/lib/components/ui/irc/interface.svelte
index 4926ea6..a1b8800 100644
--- a/src/lib/components/ui/irc/interface.svelte
+++ b/src/lib/components/ui/irc/interface.svelte
@@ -49,8 +49,11 @@
-
-
+
+
Global App Chat
+
+
+
+
Global App Chat
diff --git a/src/routes/app/w2g/+page.ts b/src/routes/app/w2g/+page.ts
index 8a9eb47..b14b78f 100644
--- a/src/routes/app/w2g/+page.ts
+++ b/src/routes/app/w2g/+page.ts
@@ -7,7 +7,7 @@ import { w2globby } from '$lib/modules/w2g/lobby'
export function load () {
const lastVal = get(server.last)
- w2globby.value ??= new W2GClient(generateRandomHexCode(16), true, lastVal?.media.id ? { mediaId: lastVal.media.id, episode: lastVal.episode, torrent: lastVal.id } : undefined)
+ w2globby.value ??= new W2GClient(generateRandomHexCode(8), true, lastVal?.media.id ? { mediaId: lastVal.media.id, episode: lastVal.episode, torrent: lastVal.id } : undefined)
redirect(302, '/app/w2g/' + w2globby.value.code)
}
diff --git a/src/routes/app/w2g/[id]/+page.svelte b/src/routes/app/w2g/[id]/+page.svelte
index 8f416d5..dfbd8b9 100644
--- a/src/routes/app/w2g/[id]/+page.svelte
+++ b/src/routes/app/w2g/[id]/+page.svelte
@@ -60,8 +60,11 @@
-
-
+
+
Watch Together {$w2globby?.code}
+
+
+
+
Watch Together {$w2globby?.code}