mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
added dlna icon
This commit is contained in:
BIN
MediaBrowser.WebDashboard/Html/css/images/clients/dlna.png
Normal file
BIN
MediaBrowser.WebDashboard/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' />";
|
||||
}
|
||||
if (connection.ClientType == "Dlna") {
|
||||
|
||||
return "<img src='css/images/clients/dlna.png' alt='Dlna' title='Dlna' />";
|
||||
}
|
||||
|
||||
return connection.ClientType;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user