()
| 26 | } |
| 27 | |
| 28 | protected getProgressLastTimestamp() { |
| 29 | if (this.progressItem && this.progressItem.lastEp && this.progressItem.lastEp.timestamp) |
| 30 | return this.progressItem.lastEp.timestamp; |
| 31 | return null; |
| 32 | } |
| 33 | |
| 34 | getCurrentEpisode() { |
| 35 | if (!api.settings.get('epPredictions')) return null; |