small change the user agent OS string

This commit is contained in:
shaun 2016-10-18 18:30:04 +11:00
parent 394a67fe33
commit 36491c47d8
1 changed files with 2 additions and 2 deletions

View File

@ -51,11 +51,11 @@ class GoogleAnalytics():
def getUserAgentOS(self):
if xbmc.getCondVisibility('system.platform.osx'):
return "OSX"
return "Mac OS X"
elif xbmc.getCondVisibility('system.platform.ios'):
return "iOS"
elif xbmc.getCondVisibility('system.platform.windows'):
return "Windows"
return "Windows NT"
elif xbmc.getCondVisibility('system.platform.android'):
return "Android"
elif xbmc.getCondVisibility('system.platform.linux.raspberrypi'):