mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-16 23:14:11 +02:00
Fix:Empty podcasts marked as missing & removing episodes when deleted in folder #1671
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user