mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added kinect icon
This commit is contained in:
parent
fd6e7a1370
commit
000607b1e5
2 changed files with 4 additions and 0 deletions
BIN
dashboard-ui/css/images/clients/mbkinect.png
Normal file
BIN
dashboard-ui/css/images/clients/mbkinect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
|
@ -180,6 +180,10 @@
|
||||||
|
|
||||||
return "<img src='css/images/clients/dlna.png' alt='Dlna' />";
|
return "<img src='css/images/clients/dlna.png' alt='Dlna' />";
|
||||||
}
|
}
|
||||||
|
if (clientLowered == "mbkinect") {
|
||||||
|
|
||||||
|
return "<img src='css/images/clients/mbkinect.png' alt='MB Kinect' />";
|
||||||
|
}
|
||||||
|
|
||||||
return connection.Client;
|
return connection.Client;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue