()
| 32 | } |
| 33 | |
| 34 | getCurrentEpisode() { |
| 35 | if (!api.settings.get('epPredictions')) return null; |
| 36 | return this.getProgressCurrentEpisode(); |
| 37 | } |
| 38 | |
| 39 | getPredictionTimestamp() { |
| 40 | const progressPrediction = this.getProgressPrediction(); |
no test coverage detected