Clarify return statement in itemdetailpage
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user