mirror of https://github.com/morpheus65535/bazarr
Removing a call to update_series not required.
This commit is contained in:
parent
78f09cd9d6
commit
249c5e965a
|
@ -94,5 +94,3 @@ def profile_id_to_language(id):
|
|||
for profile in profiles_list:
|
||||
if id == profile[0]:
|
||||
return profile[1]
|
||||
|
||||
update_series()
|
||||
|
|
Loading…
Reference in New Issue