1
0
Fork 0
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:
DesertCookie 2020-05-27 21:40:13 +02:00
parent 1e1419b45b
commit 4a6c95cfa7

View file

@ -502,7 +502,7 @@ define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSetti
item.Type === 'MusicAlbum' ||
item.Type === 'Person';
if (!layoutManager.mobile && !userSettings.enableBackdrops()) {
if (!layoutManager.mobile && !userSettings.detailsBanner()) {
return false;
}