forked from DebaucheryLibrarian/traxxx
Refactored In The Crack. Added chapter videos (unused) and dates. Added stylized entity name field.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user