From 37ad5233e460a2fb5f8dafbf10ed3c3307f19e70 Mon Sep 17 00:00:00 2001 From: stratuma Date: Sat, 22 Jun 2024 11:46:57 +0200 Subject: [PATCH] fix: fix chapter file naming --- src/api/services/chapter.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/services/chapter.ts b/src/api/services/chapter.ts index f97ac70..8dacd63 100644 --- a/src/api/services/chapter.ts +++ b/src/api/services/chapter.ts @@ -40,8 +40,6 @@ export async function createChapterFile(rawchapters: VideoMetadata, dir: string, var chapters: string[] = [] chapters.push(';FFMETADATA1') - chapters.push(`title=${mediaid}`) - chapters.push(`artist=Crunchyroll`) chapters.push(``) if (rawchapters.intro && rawchapters.intro.type && rawchapters.intro.start && rawchapters.intro.end) {