From 6825ac6629dc6936c25b64a52f2bcde9e3036afa Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:56:17 +0100 Subject: [PATCH] fix slider --- src/iSponsorBlockTV/setup_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iSponsorBlockTV/setup_wizard.py b/src/iSponsorBlockTV/setup_wizard.py index fa308f5..995ce19 100644 --- a/src/iSponsorBlockTV/setup_wizard.py +++ b/src/iSponsorBlockTV/setup_wizard.py @@ -585,7 +585,7 @@ class EditDevice(ModalWithClickExit): ) def on_slider_changed(self, event: Slider.Changed) -> None: - offset_input = self.query_one("#device-offset-offset_input") + offset_input = self.query_one("#device-offset-input") with offset_input.prevent(Input.Changed): offset_input.value = str(event.slider.value)