Replace utf-8 encoding errors
This commit is contained in:
parent
cc37488ebb
commit
ba6e777320
@ -328,7 +328,7 @@ def find_series_titles(dvd: Dvd):
|
|||||||
if proc.returncode != 0:
|
if proc.returncode != 0:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
stdout = proc.stdout.decode("utf-8")
|
stdout = proc.stdout.decode("utf-8", errors="replace")
|
||||||
|
|
||||||
json_str = ""
|
json_str = ""
|
||||||
in_json = False
|
in_json = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user