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

Clarify return statement in itemdetailpage

Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
Julien Machiels 2020-03-03 13:31:57 +01:00 committed by GitHub
parent a98b99850e
commit 8a69092106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -463,7 +463,7 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "userSetti
item.Type === "Person";
if (!layoutManager.mobile && !userSettings.enableBackdrops()) {
return hasbackdrop;
return false;
}
if ("Program" === item.Type && item.ImageTags && item.ImageTags.Thumb) {