mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use android icon for dashboard
This commit is contained in:
parent
a02e80a08c
commit
2db6bb4acf
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ define(["browser"], function (browser) {
|
|||
return baseUrl + "playstation.svg";
|
||||
case "Kodi":
|
||||
return baseUrl + "kodi.svg";
|
||||
case "Jellyfin Android":
|
||||
return baseUrl + "android.svg";
|
||||
case "Jellyfin Web":
|
||||
switch (device.Name) {
|
||||
case "Opera":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue