Skip to content

Commit

Permalink
Remove unintended disabling of PartyMode button
Browse files Browse the repository at this point in the history
  • Loading branch information
wutschel committed May 10, 2024
1 parent ed9c62e commit 36f801c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions XBMC Remote/NowPlaying.m
Original file line number Diff line number Diff line change
Expand Up @@ -792,17 +792,8 @@ - (void)getActivePlayers {
[self updatePlaylistProgressbar:percentage actual:actualTime];
}
}
else {
PartyModeButton.selected = NO;
}
}
else {
PartyModeButton.selected = NO;
}
}
else {
PartyModeButton.selected = NO;
}
}];
}
else {
Expand Down

0 comments on commit 36f801c

Please sign in to comment.