mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 17:52:28 +08:00
fix: TransHandler误报success的bug
This commit is contained in:
@@ -59,6 +59,8 @@ class TransHandler:
|
||||
current_value.update(value)
|
||||
else:
|
||||
current_value[key] = value
|
||||
elif isinstance(current_value, bool):
|
||||
current_value = value
|
||||
elif isinstance(current_value, int):
|
||||
current_value += value
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user