diff --git a/.vscode/settings.json b/.vscode/settings.json
index 994bdcfd..794cfe05 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -8,5 +8,8 @@
"materialious/src/lib/i18n/locales"
],
"i18n-ally.extract.autoDetect": true,
- "i18n-ally.keystyle": "nested"
+ "i18n-ally.keystyle": "nested",
+ "cSpell.words": [
+ "Materialious"
+ ]
}
\ No newline at end of file
diff --git a/materialious/src/routes/channel/[slug]/+page.svelte b/materialious/src/routes/channel/[slug]/+page.svelte
index 2b7a5b97..1804e715 100644
--- a/materialious/src/routes/channel/[slug]/+page.svelte
+++ b/materialious/src/routes/channel/[slug]/+page.svelte
@@ -103,6 +103,26 @@
{$_('unsubscribe')}
{/if}
+
+
+
diff --git a/materialious/src/routes/watch/[slug]/+page.ts b/materialious/src/routes/watch/[slug]/+page.ts
index bfb2d532..88f1e5f3 100644
--- a/materialious/src/routes/watch/[slug]/+page.ts
+++ b/materialious/src/routes/watch/[slug]/+page.ts
@@ -20,7 +20,7 @@ export async function load({ params, url }) {
error(500, errorMessage);
}
- let downloadOptions: { title: string; url: string }[] = [];
+ let downloadOptions: { title: string; url: string; }[] = [];
if (!video.hlsUrl) {
video.formatStreams.forEach((format) => {