1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00

Revert "Removed default value for throtteled_providers."

This reverts commit a07ddad4db.
This commit is contained in:
Halali 2019-03-22 22:08:13 +01:00
parent a07ddad4db
commit 2b607570af

View file

@ -33,6 +33,7 @@ defaults = {
'use_embedded_subs': 'True', 'use_embedded_subs': 'True',
'adaptive_searching': 'False', 'adaptive_searching': 'False',
'enabled_providers': '', 'enabled_providers': '',
'throtteled_providers': '{}',
'multithreading': 'True', 'multithreading': 'True',
'chmod': '0640', 'chmod': '0640',
'subfolder': 'current', 'subfolder': 'current',