Fix some platform mappings

This commit is contained in:
JonnyWong16 2017-12-19 20:28:40 -08:00
parent b8164ca556
commit 3c22496ea2
3 changed files with 31 additions and 18 deletions

View file

@ -68,11 +68,12 @@ PLATFORM_NAMES = {'android': 'android',
'safari': 'safari',
'samsung': 'samsung',
'synclounge': 'synclounge',
'tivo': 'tivo',
'tvos': 'atv',
'vizio': 'opera',
'wiiu': 'wiiu',
'windows': 'windows',
'windows phone': 'wp',
'wiiu': 'wiiu',
'xbmc': 'xbmc',
'xbox': 'xbox'
}