mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 18:59:25 +02:00
Set title[IgnorePrefix] when a podcast libraryItem is created
This commit is contained in:
parent
0a8186cbda
commit
7038f5730f
3 changed files with 8 additions and 2 deletions
|
@ -107,7 +107,9 @@ class PodcastController {
|
|||
libraryFiles: [],
|
||||
extraData: {},
|
||||
libraryId: library.id,
|
||||
libraryFolderId: folder.id
|
||||
libraryFolderId: folder.id,
|
||||
title: podcast.title,
|
||||
titleIgnorePrefix: podcast.titleIgnorePrefix
|
||||
},
|
||||
{ transaction }
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue