mirror of
https://git.crystalyx.net/Xefir/repod.git
synced 2024-12-27 09:14:56 +01:00
fix: if DELETED on GPodder, it show not ended on RePod
This commit is contained in:
parent
4da4e6a3a1
commit
a5289651bd
@ -102,8 +102,8 @@ export default {
|
||||
moment,
|
||||
hasEnded(episode) {
|
||||
return episode.action
|
||||
&& episode.action.position > 0
|
||||
&& episode.action.total > 0
|
||||
&& episode.action.position !== 0
|
||||
&& episode.action.total !== 0
|
||||
&& episode.action.position >= episode.action.total
|
||||
},
|
||||
isCurrentEpisode(episode) {
|
||||
|
Loading…
Reference in New Issue
Block a user