mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-11 22:46:44 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -103,8 +103,7 @@ class DeviceListener:
|
|||||||
segment_start = segment["start"]
|
segment_start = segment["start"]
|
||||||
segment_end = segment["end"]
|
segment_end = segment["end"]
|
||||||
is_within_start_range = (
|
is_within_start_range = (
|
||||||
position < 1 < segment_end
|
position < 1 < segment_end and segment_start <= position < segment_end
|
||||||
and segment_start <= position < segment_end
|
|
||||||
)
|
)
|
||||||
is_beyond_current_position = segment_start > position
|
is_beyond_current_position = segment_start > position
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user