Fix some studios conversion

This commit is contained in:
angelblue05 2016-11-05 04:57:03 -05:00
parent c0be7300e4
commit 3e1edb9a66

View file

@ -249,9 +249,11 @@ class API(object):
'fox (us)': "FOX",
'mtv (us)': "MTV",
'showcase (ca)': "Showcase",
'wgn america': "WGN"
'wgn america': "WGN",
'bravo (us)': "Bravo",
'tnt (us)': "TNT",
'comedy central': "Comedy Central (US)"
}
return studios.get(studio_name.lower(), studio_name)
def get_checksum(self):