mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-09 21:46:45 +03:00
Fixed bad static method argument
This commit is contained in:
committed by
Matthew Stern
parent
886997beab
commit
7b3e618628
@@ -148,7 +148,7 @@ class ApiHelper:
|
|||||||
if str(i["videoID"]) == str(vid_id):
|
if str(i["videoID"]) == str(vid_id):
|
||||||
response_json = i
|
response_json = i
|
||||||
break
|
break
|
||||||
return self.process_segments(response_json, minimum_skip_length)
|
return self.process_segments(response_json, self.minimum_skip_length)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def process_segments(response, minimum_skip_length):
|
def process_segments(response, minimum_skip_length):
|
||||||
|
|||||||
Reference in New Issue
Block a user