mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-12 21:26:10 +00:00
Fix some studios conversion
This commit is contained in:
parent
c0be7300e4
commit
3e1edb9a66
1 changed files with 4 additions and 2 deletions
|
@ -249,9 +249,11 @@ class API(object):
|
||||||
'fox (us)': "FOX",
|
'fox (us)': "FOX",
|
||||||
'mtv (us)': "MTV",
|
'mtv (us)': "MTV",
|
||||||
'showcase (ca)': "Showcase",
|
'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)
|
return studios.get(studio_name.lower(), studio_name)
|
||||||
|
|
||||||
def get_checksum(self):
|
def get_checksum(self):
|
||||||
|
|
Loading…
Reference in a new issue