mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-21 20:52:06 +01:00
Fix opening feed for series and collections
This commit is contained in:
parent
a8b92819d1
commit
b816c0e7c4
@ -220,7 +220,7 @@ class FeedEpisode extends Model {
|
||||
const feedEpisodeObjs = []
|
||||
let numExisting = 0
|
||||
for (const book of books) {
|
||||
const trackList = book.libraryItem.getTrackList()
|
||||
const trackList = book.getTracklist(book.libraryItem.id)
|
||||
const useChapterTitles = this.checkUseChapterTitlesForEpisodes(trackList, book)
|
||||
for (const track of trackList) {
|
||||
// Check for existing episode by filepath
|
||||
|
Loading…
Reference in New Issue
Block a user