Fix not being able to add --sponsorblock-mark
This commit is contained in:
parent
8f61c6e8f1
commit
5af4655429
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ def arg_converter(
|
|||
if isinstance(matchFilter, set):
|
||||
diff["match_filter"] = {"filters": list(matchFilter)}
|
||||
|
||||
return json.loads(json.dumps(diff, cls=Encoder))
|
||||
return json.loads(json.dumps(diff, cls=Encoder, default=str))
|
||||
|
||||
return diff
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue