Fix AttributeError
This commit is contained in:
parent
60f7d0fce2
commit
8f86fc1038
1 changed files with 2 additions and 0 deletions
|
@ -633,6 +633,8 @@ class API(object):
|
|||
"""
|
||||
Convert studio for Kodi to properly detect them
|
||||
"""
|
||||
if not studio_name:
|
||||
return
|
||||
studios = {
|
||||
'abc (us)': "ABC",
|
||||
'fox (us)': "FOX",
|
||||
|
|
Loading…
Reference in a new issue