Skip to content

Commit

Permalink
Merge pull request #646 from philippe44/8.2.1-misc
Browse files Browse the repository at this point in the history
Left SLIMP3 with calling old protocolHandler method....
  • Loading branch information
mherger committed Aug 7, 2021
2 parents ae90fc4 + d55bf9e commit c3b0637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Player/SLIMP3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ sub play {
# is still processing the i2c commands we just sent.
select(undef,undef,undef,.05);

if ( $params->{'controller'}->protocolHandler()->isRemote() ) {
if ( $params->{'controller'}->streamUrlHandler()->isRemote() ) {
$client->buffering(bufferSize() / 2);
}

Expand Down

0 comments on commit c3b0637

Please sign in to comment.