fix: fix chapter file naming

This commit is contained in:
stratuma 2024-06-22 11:46:57 +02:00
parent 8f9ab3cd83
commit 37ad5233e4

View File

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