Skip to content

Commit

Permalink
[renderer.php] Update pleezer to --secrets param
Browse files Browse the repository at this point in the history
Co-Authored-By: improve <[email protected]>
Co-Authored-By: some <[email protected]>
  • Loading branch information
3 people committed Feb 1, 2025
1 parent 2fd3193 commit f87ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/inc/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function startDeezer() {
' --device-type "' . 'web' . '"' .
' --device "' . 'ALSA|' . $device . '|' . $rate . '|' . $format . '"' .
' --initial-volume "' . $cfgDeezer['initial_volume'] . '"' .
' --secrets-file "' . DEEZ_CREDENTIALS_FILE . '"' .
' --secrets "' . DEEZ_CREDENTIALS_FILE . '"' .
$volume_normalization .
$interruption .
' --hook /var/local/www/commandw/deezevent.sh' .
Expand Down

0 comments on commit f87ec1e

Please sign in to comment.