Merge pull request #2784 from thornbill/fix-atv-icon

Fix ATV 0.11 using wrong icon
This commit is contained in:
Bill Thornton
2021-07-09 09:46:57 -04:00
committed by GitHub
+1
View File
@@ -13,6 +13,7 @@
case 'Kodi':
return baseUrl + 'kodi.svg';
case 'Jellyfin Android':
case 'AndroidTV':
case 'Android TV':
return baseUrl + 'android.svg';
case 'Jellyfin Web':