mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 21:39:37 +00: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
|
|
@ -303,6 +303,8 @@ class PodcastScanner {
|
|||
libraryItemObj.isMissing = false
|
||||
libraryItemObj.isInvalid = false
|
||||
libraryItemObj.extraData = {}
|
||||
libraryItemObj.title = podcastObject.title
|
||||
libraryItemObj.titleIgnorePrefix = getTitleIgnorePrefix(podcastObject.title)
|
||||
|
||||
// If cover was not found in folder then check embedded covers in audio files
|
||||
if (!podcastObject.coverPath && scannedAudioFiles.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue