fix: fix chapter file naming
This commit is contained in:
parent
8f9ab3cd83
commit
37ad5233e4
@ -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) {
|
||||
|
Reference in New Issue
Block a user