-
Youtube ID needs to be in this format:
+
Channel ID needs to be in this format:
youtube.com/channel/
diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx
index 196a8c8..c8b5f4d 100644
--- a/src/pages/Settings.tsx
+++ b/src/pages/Settings.tsx
@@ -32,7 +32,7 @@ export default function Settings({
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 4f969ce..d585067 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -5,7 +5,6 @@ import { useState } from 'react';
export default function App({ Component, pageProps }: AppProps) {
const [showStreamTitle, setShowStreamTitle] = useState('');
-
return (