Refactored In The Crack. Added chapter videos (unused) and dates. Added stylized entity name field.

This commit is contained in:
DebaucheryLibrarian
2026-02-07 05:53:16 +01:00
parent 33179c0829
commit 9a8527a780
6 changed files with 249 additions and 211 deletions

View File

@@ -253,6 +253,7 @@ async function storeChapters(releases) {
releaseId: release.id,
index: index + 1,
time: chapter.time,
date: chapter.date,
duration: chapter.duration,
title: chapter.title,
description: chapter.description,
@@ -268,6 +269,7 @@ async function storeChapters(releases) {
index: chapter.index,
time: chapter.time,
duration: chapter.duration,
date: chapter.date,
title: chapter.title,
description: chapter.description,
release_id: chapter.releaseId,