()
| 10 | } |
| 11 | |
| 12 | protected getProgressCurrentEpisode() { |
| 13 | if (this.progressItem && this.progressItem.lastEp && this.progressItem.lastEp.total) |
| 14 | return this.progressItem.lastEp.total; |
| 15 | return null; |
| 16 | } |
| 17 | |
| 18 | protected getProgressPrediction() { |
| 19 | if ( |