1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #213 - Nasty border around suggested.

This commit is contained in:
Luke Pulverenti 2013-04-29 10:16:33 -04:00
parent 68bcc4d83d
commit bc2138b959
2 changed files with 3 additions and 3 deletions

View file

@ -441,7 +441,7 @@
var cssClass = "posterItem";
if (options.transparent) {
if (options.transparent !== false) {
cssClass += " transparentPosterItem";
}