Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Herger <[email protected]>
  • Loading branch information
michaelherger committed Jan 30, 2025
1 parent ec58265 commit 1e33b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Control/Queries.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4901,7 +4901,7 @@ sub worksQuery {

if ( defined $albumID ) {
# remove anything nasty that might have crept into the parameter
$albumId = join(',', grep /^\d+$/, split(',', $albumID));
$albumID = join(',', grep /^\d+$/, split(',', $albumID));
push @{$w}, "albums.id IN ($albumID)";
}

Expand Down

0 comments on commit 1e33b9f

Please sign in to comment.