Merge pull request #1108 from nielsvanvelzen/androidtv-exists

Add Android icon for Android TV in devices page
This commit is contained in:
dkanada 2020-04-19 11:39:08 +09:00 committed by GitHub
commit 14fcf7e3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ import browser from 'browser';
case "Kodi":
return baseUrl + "kodi.svg";
case "Jellyfin Android":
case "Android TV":
return baseUrl + "android.svg";
case "Jellyfin Web":
switch (device.Name || device.DeviceName) {