mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Android icon for Android TV
This commit is contained in:
parent
1a22e7fded
commit
f2ce2c359d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ import browser from 'browser';
|
||||||
case "Kodi":
|
case "Kodi":
|
||||||
return baseUrl + "kodi.svg";
|
return baseUrl + "kodi.svg";
|
||||||
case "Jellyfin Android":
|
case "Jellyfin Android":
|
||||||
|
case "Android TV":
|
||||||
return baseUrl + "android.svg";
|
return baseUrl + "android.svg";
|
||||||
case "Jellyfin Web":
|
case "Jellyfin Web":
|
||||||
switch (device.Name || device.DeviceName) {
|
switch (device.Name || device.DeviceName) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue