Apple...
This commit is contained in:
parent
9eb58a7b02
commit
89a51e944a
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class TautulliAPI(object):
|
|||
# Platform Overrides
|
||||
platform_name = session.platform
|
||||
if platform_name in 'osx':
|
||||
platform_name = 'MacOS'
|
||||
platform_name = 'macOS'
|
||||
if platform_name in 'windows':
|
||||
platform_name = 'Windows'
|
||||
|
||||
|
|
Loading…
Reference in a new issue