Add:Downloaded filter for podcast episodes #959

Fix:More menu button not working for podcasts with some episodes downloaded
This commit is contained in:
advplyr
2023-11-25 12:56:29 -06:00
parent 257a1ceb51
commit 579785d2c6
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ export default {
},
localEpisode() {
if (this.isLocal) return this.episode
return this.episode.localEpisode
return this.episode?.localEpisode
},
localEpisodeId() {
return this.localEpisode?.id || null