mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-26 05:39:38 +00:00
Fix:Empty podcasts marked as missing & removing episodes when deleted in folder #1671
This commit is contained in:
parent
589c4f73d2
commit
24ef105732
2 changed files with 17 additions and 6 deletions
|
|
@ -166,7 +166,7 @@ class Podcast {
|
|||
}
|
||||
|
||||
removeFileWithInode(inode) {
|
||||
this.episodes = this.episodes.filter(ep => ep.ino !== inode)
|
||||
this.episodes = this.episodes.filter(ep => ep.audioFile.ino !== inode)
|
||||
}
|
||||
|
||||
findFileWithInode(inode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue