mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix:Podcast library include number of incomplete episodes in home page shelf api request #2081
This commit is contained in:
parent
6e5d334874
commit
f1a7fd0d50
@ -108,6 +108,9 @@ module.exports = {
|
||||
if (li.size && !oldLibraryItem.media.size) {
|
||||
oldLibraryItem.media.size = li.size
|
||||
}
|
||||
if (li.numEpisodesIncomplete) {
|
||||
oldLibraryItem.numEpisodesIncomplete = li.numEpisodesIncomplete
|
||||
}
|
||||
return oldLibraryItem
|
||||
}),
|
||||
count
|
||||
|
Loading…
Reference in New Issue
Block a user