1
0
Fork 0
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:
Luke Pulverenti 2013-08-09 10:25:54 -04:00
parent fd6e7a1370
commit 000607b1e5
2 changed files with 4 additions and 0 deletions

View file

@ -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;
},