Removed redundant description replace in transfer tool.

This commit is contained in:
DebaucheryLibrarian 2023-06-04 01:20:38 +02:00
parent e0f7db8187
commit 84c59bd05a
1 changed files with 0 additions and 1 deletions

View File

@ -271,7 +271,6 @@ async function save() {
const entry = JSON.stringify({
...release,
type: 'release',
description: release.description.replace(/\n/g, ' '),
actors: release.actors.filter(Boolean).map(({ actor }) => actor),
directors: release.directors.filter(Boolean).map(({ director }) => director),
studio: release.studio?.slug,