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:
parent
a98b99850e
commit
8a69092106
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue