mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-01 22:29:21 +03:00
Fix segment UUID concatenation
This commit is contained in:
@@ -138,7 +138,7 @@ class ApiHelper:
|
|||||||
segment_dict["start"] - segment_before_end < 1
|
segment_dict["start"] - segment_before_end < 1
|
||||||
): # Less than 1 second appart, combine them and skip them together
|
): # Less than 1 second appart, combine them and skip them together
|
||||||
segment_dict["start"] = segment_before_start
|
segment_dict["start"] = segment_before_start
|
||||||
segment_dict["UUID"].append(segment_before_UUID)
|
segment_dict["UUID"].extend(segment_before_UUID)
|
||||||
segments.pop()
|
segments.pop()
|
||||||
segments.append(segment_dict)
|
segments.append(segment_dict)
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|||||||
Reference in New Issue
Block a user