mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 03:46:44 +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):
|
||||
response_json = i
|
||||
break
|
||||
return self.process_segments(response_json, minimum_skip_length)
|
||||
return self.process_segments(response_json, self.minimum_skip_length)
|
||||
|
||||
@staticmethod
|
||||
def process_segments(response, minimum_skip_length):
|
||||
|
||||
Reference in New Issue
Block a user