added dlna icon

This commit is contained in:
LukePulverenti 2013-03-04 21:32:14 -05:00
parent cd69bd7c7d
commit 32ba557fe5
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -138,6 +138,10 @@
return "<img src='css/images/clients/windowsphone.png' alt='Windows Phone' title='Windows Phone' />";
}
if (connection.ClientType == "Dlna") {
return "<img src='css/images/clients/dlna.png' alt='Dlna' title='Dlna' />";
}
return connection.ClientType;
},