1
0
Fork 0
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:
Luke Pulverenti 2013-05-24 00:46:22 -04:00
parent 843ccab8bd
commit 85dc707032

View file

@ -134,7 +134,7 @@
}
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") {