mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Renamed to fix merge-issue
This commit is contained in:
parent
1e1419b45b
commit
4a6c95cfa7
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
|
||||||
item.Type === 'MusicAlbum' ||
|
item.Type === 'MusicAlbum' ||
|
||||||
item.Type === 'Person';
|
item.Type === 'Person';
|
||||||
|
|
||||||
if (!layoutManager.mobile && !userSettings.enableBackdrops()) {
|
if (!layoutManager.mobile && !userSettings.detailsBanner()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue