()
| 108 | } |
| 109 | |
| 110 | getUniqKey(): string { |
| 111 | const filepath = this.getFilepath() |
| 112 | const tvgId = this.getTvgId() |
| 113 | |
| 114 | return filepath + tvgId + this.url |
| 115 | } |
| 116 | |
| 117 | getVerticalResolution(): number { |
| 118 | if (!this.quality) return 0 |
nothing calls this directly
no test coverage detected