mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
add Rpi Linux version to user agent
This commit is contained in:
parent
2dfb334866
commit
6c44df1ce4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class GoogleAnalytics():
|
|||
elif xbmc.getCondVisibility('system.platform.android'):
|
||||
return "Android"
|
||||
elif xbmc.getCondVisibility('system.platform.linux.raspberrypi'):
|
||||
return "Linux"
|
||||
return "Linux Rpi"
|
||||
elif xbmc.getCondVisibility('system.platform.linux'):
|
||||
return "Linux"
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue