fix: no need for the hasEnded condition here
This commit is contained in:
parent
9b2d245e80
commit
d4c2c4e49d
@ -101,7 +101,7 @@ export default {
|
||||
return false
|
||||
}
|
||||
|
||||
if (!this.filters.unlistened && !this.hasEnded(episode) && !this.isListening(episode)) {
|
||||
if (!this.filters.unlistened && !this.isListening(episode)) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user