mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update connect
This commit is contained in:
parent
2f83f86ee8
commit
c7da2478bb
21 changed files with 72 additions and 28 deletions
|
@ -691,14 +691,13 @@
|
|||
}
|
||||
if (clientLowered == "chromecast") {
|
||||
|
||||
return "<img src='css/images/chromecast/ic_media_route_on_holo_light.png' />";
|
||||
return "<img src='css/images/clients/chromecast.png' />";
|
||||
}
|
||||
if (clientLowered == "chrome companion") {
|
||||
|
||||
return "<img src='css/images/clients/chrome_companion.png' />";
|
||||
}
|
||||
|
||||
|
||||
return null;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue