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) {