Skip to content

Commit

Permalink
Update mpdlibrary.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Aug 28, 2022
1 parent 14744ff commit 24d571b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srv/http/mpdlibrary.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ function htmlFind( $lists, $f ) { // non-file 'find' command
$val1 = '';
$name = $val0;
}
$index = strtoupper( mb_substr( $each->sort, 0, 1, 'UTF-8' ) );
$indexes[] = $index;
if ( !$val0 && !$val1 ) continue;

$index = strtoupper( mb_substr( $each->sort, 0, 1, 'UTF-8' ) );
$indexes[] = $index;
if ( property_exists( $each, 'path' ) ) { // cue //////////////////////////
$path = $each->path;
$datamode = $mode;
Expand Down

0 comments on commit 24d571b

Please sign in to comment.