mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-10 17:42:45 +08:00
Merge pull request #4360 from cddjr/fix_TransHandler
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