Define rateText and scaleText to remove errors

This commit is contained in:
Isaac Connor
2025-02-27 08:51:45 -05:00
parent d14b025150
commit 013d2bceef

View File

@@ -212,6 +212,8 @@ if (isset($_REQUEST['showIndex'])) {
$index = 0;
foreach ( $videoFiles as $file ) {
if ( filesize($file) > 0 ) {
$rateText = '';
$scaleText = '';
$path_parts = pathinfo($file);
foreach (explode('-', $path_parts['filename']) as $option) {