diff --git a/.gitignore b/.gitignore
index 98563a2..e72a6c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,11 +20,11 @@ build/
crunchyroll-downloader-output-*/
# FFMPEG
-ffmpeg/ffmpeg.exe
-ffmpeg/ffprobe.exe
+ffmpeg/*
+ffmpeg/!.gitkeep
-# MP4DECRYPT
-mp4decrypt/mp4decrypt.exe
+# SHAKA
+shaka/shaka.exe
# Keys
keys/client
diff --git a/app.config.ts b/app.config.ts
new file mode 100644
index 0000000..5df04a8
--- /dev/null
+++ b/app.config.ts
@@ -0,0 +1,3 @@
+export default defineAppConfig({
+ nuxtIcon: {},
+});
\ No newline at end of file
diff --git a/components/Crunchyroll/Types.ts b/components/Crunchyroll/Types.ts
index e687f48..8da8369 100644
--- a/components/Crunchyroll/Types.ts
+++ b/components/Crunchyroll/Types.ts
@@ -244,7 +244,7 @@ export interface CrunchyEpisodeFetch {
data: Array<{
id: string
episode_metadata: {
- series_id: string,
+ series_id: string
season_id: string
}
}>
diff --git a/components/MainHeader.vue b/components/MainHeader.vue
index 383ef58..7b1063d 100644
--- a/components/MainHeader.vue
+++ b/components/MainHeader.vue
@@ -31,7 +31,7 @@