Skip to content

Commit

Permalink
Merge pull request #1279 from mikecappella/public/9.1
Browse files Browse the repository at this point in the history
Fix incorrect logger being used
  • Loading branch information
michaelherger authored Jan 4, 2025
2 parents 399a895 + 564997b commit a5b0ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Buttons/Playlist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ sub browseplaylistindex {
my $client = shift;

if ( main::DEBUGLOG && @_ && $playlistlog->is_debug ) {
$log->debug("New playlistindex: $_[0]");
$playlistlog->debug("New playlistindex: $_[0]");
}

# update list length for the knob. ### HACK ATTACK ###
Expand Down

0 comments on commit a5b0ade

Please sign in to comment.