Редирект на плейлист без приведения ид к числу

This commit is contained in:
2020-04-29 01:13:34 +08:00
committed by GitHub
parent e10d9c34fb
commit a3529b088d

View File

@@ -92,5 +92,5 @@ if (empty($_GET['s'])) { ?>
</body>
</html>
<?php } else {
header('Location: '.$data[(int)$_GET['s']-1]['pls']);
header('Location: '.$data[$_GET['s']]['pls']);
}