Skip to content

Commit

Permalink
Correct code
Browse files Browse the repository at this point in the history
  • Loading branch information
akelge committed Feb 19, 2024
1 parent e495c50 commit dee941a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/daemon/worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,6 @@ function updExtMetaFile() {

// Write file only if something has changed
if ($current['title'] != $fileMeta['title'] || $current['album'] != $fileMeta['album'] || $_SESSION['volknob'] != $fileMeta['volume'] || $_SESSION['volmute'] != $fileMeta['mute'] || $current['state'] != $fileMeta['state'] || $fileMeta['outrate'] != $current['output'] . $hwParamsCalcrate || $fileMeta['bitrate'] != $current['bitrate']) {
$_SESSION['volmute'] != $fileMeta['mute'] || $current['state'] != $fileMeta['state'] || $fileMeta['outrate'] != $hwParamsFormat . $hwParamsCalcrate) {
//workerLog('worker: Writing currentsong file');
$fh = fopen('/tmp/currentsong.txt', 'w');
// Default
Expand Down

0 comments on commit dee941a

Please sign in to comment.