mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-22 11:54:32 +02:00
Merge branch 'master' into addSeasonInfo
# Conflicts: # client/components/modals/podcast/NewModal.vue
This commit is contained in:
commit
cc62a20a5d
9 changed files with 56 additions and 12 deletions
|
@ -95,7 +95,8 @@ class iTunes {
|
|||
cover: this.getCoverArtwork(data),
|
||||
trackCount: data.trackCount,
|
||||
feedUrl: data.feedUrl,
|
||||
pageUrl: data.collectionViewUrl
|
||||
pageUrl: data.collectionViewUrl,
|
||||
explicit: data.trackExplicitness === 'explicit'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -105,4 +106,4 @@ class iTunes {
|
|||
})
|
||||
}
|
||||
}
|
||||
module.exports = iTunes
|
||||
module.exports = iTunes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue