mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-19 00:18:56 +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 = []
|
const feedEpisodeObjs = []
|
||||||
let numExisting = 0
|
let numExisting = 0
|
||||||
for (const book of books) {
|
for (const book of books) {
|
||||||
const trackList = book.libraryItem.getTrackList()
|
const trackList = book.getTracklist(book.libraryItem.id)
|
||||||
const useChapterTitles = this.checkUseChapterTitlesForEpisodes(trackList, book)
|
const useChapterTitles = this.checkUseChapterTitlesForEpisodes(trackList, book)
|
||||||
for (const track of trackList) {
|
for (const track of trackList) {
|
||||||
// Check for existing episode by filepath
|
// Check for existing episode by filepath
|
||||||
|
Loading…
Reference in New Issue
Block a user