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
|
@ -180,6 +180,10 @@
|
|||
|
||||
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;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue