Skip to content

Commit

Permalink
Merge pull request #1287 from sodface/spdr-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger authored Jan 9, 2025
2 parents d2c6ae7 + d1ddfa3 commit b356791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Player/Squeezebox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ sub stream_s {
main::INFOLOG && logger('player.streaming.direct')->info("SqueezePlay direct stream: $url");

my $methodHandler = $currentTrackHandler->can('requestString') ? $currentTrackHandler : $handler;
$request_string = $methodHandler->getRequestString($client, $url, undef, $params->{'seekdata'} || $controller->song->seekdata);
$request_string = $methodHandler->requestString($client, $url, undef, $params->{'seekdata'} || $controller->song->seekdata);
$autostart += 2; # will be 2 for direct streaming with no autostart, or 3 for direct with autostart

} elsif (my $proxy = $params->{'proxyStream'}) {
Expand Down

0 comments on commit b356791

Please sign in to comment.