(item)
| 129 | autoNextEpRun = false; |
| 130 | |
| 131 | public autoNextEp(item) { |
| 132 | if (api.settings.get('autoNextEp') && !this.autoNextEpRun && item.current + 1 > item.duration) { |
| 133 | this.autoNextEpRun = true; |
| 134 | this.openNextEp(); |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | curState: any = undefined; |
| 139 |
no test coverage detected