mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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",
|
||||
'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):
|
||||
|
|
Loading…
Reference in a new issue