This commit is contained in:
legop3
2026-03-20 01:52:45 -04:00
parent c729631104
commit dbfab6aa26
+1 -1
View File
@@ -43,7 +43,7 @@ function extractStreamInfo(path) {
}
let end = segments.length;
if (segments[end - 1] === 'whep') {
if (segments[end - 1] === 'whep' || segments[end - 1] === 'whip') {
end -= 1;
}