fix: no need for the hasEnded condition here
All checks were successful
repod / xml (push) Successful in 18s
repod / php (push) Successful in 55s
repod / nodejs (push) Successful in 2m7s
repod / release (push) Has been skipped

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 return false
} }
if (!this.filters.unlistened && !this.hasEnded(episode) && !this.isListening(episode)) { if (!this.filters.unlistened && !this.isListening(episode)) {
return false return false
} }