mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-14 07:49:37 +00:00
Add dropdown to the episode type
This commit is contained in:
parent
b1ee54522a
commit
9a51c3be0f
3 changed files with 9 additions and 6 deletions
|
|
@ -899,7 +899,7 @@ class Scanner {
|
|||
description: episodeToMatch.description || '',
|
||||
enclosure: episodeToMatch.enclosure || null,
|
||||
episode: episodeToMatch.episode || '',
|
||||
episodeType: episodeToMatch.episodeType || '',
|
||||
episodeType: episodeToMatch.episodeType || 'full',
|
||||
season: episodeToMatch.season || '',
|
||||
pubDate: episodeToMatch.pubDate || '',
|
||||
publishedAt: episodeToMatch.publishedAt
|
||||
|
|
@ -993,4 +993,4 @@ class Scanner {
|
|||
return MediaFileScanner.probeAudioFileWithTone(audioFile)
|
||||
}
|
||||
}
|
||||
module.exports = Scanner
|
||||
module.exports = Scanner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue