fix: no need for the hasEnded condition here

This commit is contained in:
Michel Roux 2024-01-30 16:05:58 +01:00
parent 9b2d245e80
commit d4c2c4e49d

View File

@ -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
}