added dlna icon
This commit is contained in:
parent
32d40690e9
commit
5e990bf5b5
2 changed files with 4 additions and 0 deletions
BIN
Html/css/images/clients/dlna.png
Normal file
BIN
Html/css/images/clients/dlna.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -138,6 +138,10 @@
|
||||||
|
|
||||||
return "<img src='css/images/clients/windowsphone.png' alt='Windows Phone' title='Windows Phone' />";
|
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;
|
return connection.ClientType;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue