mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
Fix Windows and macOS platform capitalization
This commit is contained in:
parent
2a03be1905
commit
13374c9ded
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ PLATFORM_NAME_OVERRIDES = {
|
||||||
'Mystery 3': 'Playstation 3',
|
'Mystery 3': 'Playstation 3',
|
||||||
'Mystery 4': 'Playstation 4',
|
'Mystery 4': 'Playstation 4',
|
||||||
'Mystery 5': 'Xbox 360',
|
'Mystery 5': 'Xbox 360',
|
||||||
'WebMAF': 'Playstation 4'
|
'WebMAF': 'Playstation 4',
|
||||||
|
'windows': 'Windows',
|
||||||
|
'osx': 'macOS'
|
||||||
}
|
}
|
||||||
|
|
||||||
PMS_PLATFORM_NAME_OVERRIDES = {
|
PMS_PLATFORM_NAME_OVERRIDES = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue