Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Mark value argument as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobCodes authored and vixalien committed Dec 20, 2023
1 parent 24352cd commit cf3824f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class APPlayerState extends Adw.Bin {
private scale_change_value_cb(
_scale: Gtk.Scale,
_scroll: Gtk.ScrollType,
value: number,
_value: number,
) {
const window = this.get_root() as Window;
const stream = window?.stream;
Expand Down

0 comments on commit cf3824f

Please sign in to comment.