Skip to content

Commit 6fa8580

Browse files
committed
fix(CLI): property name (#25)
Reviewed-on: https://codeberg.org/GeopJr/Turntable/pulls/25
1 parent 8f26cf1 commit 6fa8580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Cli.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Turntable.Utils.CLI : GLib.Object {
88
_cli_length = value;
99
if (value > 0) {
1010
cli_add_to_scrobbler ();
11-
if (this.playing) cli_update_scrobbler_playing ();
11+
if (this.cli_playing) cli_update_scrobbler_playing ();
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)