Skip to content

Commit

Permalink
use songhandler core, not track
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Jun 8, 2021
1 parent 8a1dc4d commit 8b3f803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Player/SongStreamController.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sub close {
}

sub songHandler {
return shift->song->currentTrackHandler();
return shift->song->handler();
}

sub isDirect {
Expand Down

0 comments on commit 8b3f803

Please sign in to comment.