diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index f90be49..5c91d04 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1983,7 +1983,7 @@ function Dashboard({ toast, mobile, setActive, setDevToolsNav, unreadMsgs=0, unr {/* Unquittierte Favoriten für alle User */} {unackedFavs > 0 && ( - + {onToggleFav && detail && ( + + )} {/* Scrollbarer Inhalt */}
@@ -1042,7 +1059,7 @@ function MovieModal({ tmdbId, mediaType='movie', onClose, mobile, onHasXrel, noY
) : null; })()} -
+ {mediaType !== 'tv' &&
RELEASES (XREL.TO)
- {xrel !== null && xrel.length === 0 && ( + {mediaType !== 'tv' && xrel !== null && xrel.length === 0 && (
Keine deutschen Releases gefunden