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
commit 1b73710956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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':