Set title[IgnorePrefix] when a podcast libraryItem is created

This commit is contained in:
mikiher 2025-02-16 14:57:05 +02:00
parent 0a8186cbda
commit 7038f5730f
3 changed files with 8 additions and 2 deletions

View file

@ -627,7 +627,9 @@ class PodcastManager {
libraryFiles: [],
extraData: {},
libraryId: folder.libraryId,
libraryFolderId: folder.id
libraryFolderId: folder.id,
title: podcast.title,
titleIgnorePrefix: podcast.titleIgnorePrefix
},
{ transaction }
)