@@ -199,6 +199,6 @@ |
||
199 | 199 | */ |
200 | 200 | private function savePlaylist($path, $reps) |
201 | 201 | { |
202 | - HLSPlaylist::save($this->master_playlist ?? $path, $reps, pathinfo($path, PATHINFO_FILENAME)); |
|
202 | + HLSPlaylist::save($this->master_playlist ?? $path, $reps, pathinfo($path, PATHINFO_FILENAME)); |
|
203 | 203 | } |
204 | 204 | } |
205 | 205 | \ No newline at end of file |