Skip to content

Commit

Permalink
Update firstDelimiter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou authored Oct 11, 2024
1 parent 3c27106 commit 1988f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify-mini-player/src/firstDelimiter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ function firstDelimiterCurrentTrack($w, $query, $db, $update_in_progress) {
if ($playback_info->shuffle_state) {
$shuffle_state = "active";
}

$context = '';
if ($playback_info->context != null) {
$context_type = $playback_info
->context->type;
Expand Down

0 comments on commit 1988f9e

Please sign in to comment.