Skip to content

Commit

Permalink
fixup: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wutschel committed May 10, 2024
1 parent 7402548 commit 806aba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBMC Remote/NowPlaying.m
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ - (void)getActivePlayers {
if (error == nil && methodError == nil) {
if ([methodResult isKindOfClass:[NSDictionary class]]) {
if ([methodResult count]) {
// Read percentage of playbsck progress and set progress slider
// Read percentage of playback progress and set progress slider
float percentage = [Utilities getFloatValueFromItem:methodResult[@"percentage"]];
if (updateProgressBar) {
ProgressSlider.value = percentage;
Expand Down

0 comments on commit 806aba7

Please sign in to comment.