mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #304 - Roku Image Missing
This commit is contained in:
parent
843ccab8bd
commit
85dc707032
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
||||||
}
|
}
|
||||||
if (clientLowered == "roku") {
|
if (clientLowered == "roku") {
|
||||||
|
|
||||||
return "<img src='css/images/clients/roku.png' alt='Roku' title='Roku' />";
|
return "<img src='css/images/clients/roku.jpg' alt='Roku' title='Roku' />";
|
||||||
}
|
}
|
||||||
if (clientLowered == "ios") {
|
if (clientLowered == "ios") {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue