diff --git a/server/entity/MediaRequest.ts b/server/entity/MediaRequest.ts index 7f0203fcf..78d8ee963 100644 --- a/server/entity/MediaRequest.ts +++ b/server/entity/MediaRequest.ts @@ -188,7 +188,9 @@ export class MediaRequest { const tv = await tmdb.getTvShow({ tvId: this.media.tmdbId }); notificationManager.sendNotification( this.status === MediaRequestStatus.APPROVED - ? Notification.MEDIA_APPROVED + ? autoApproved + ? Notification.MEDIA_AUTO_APPROVED + : Notification.MEDIA_APPROVED : Notification.MEDIA_DECLINED, { subject: tv.name, diff --git a/src/components/MediaSlider/ShowMoreCard/index.tsx b/src/components/MediaSlider/ShowMoreCard/index.tsx index 9a188fe7f..e229ad7ef 100644 --- a/src/components/MediaSlider/ShowMoreCard/index.tsx +++ b/src/components/MediaSlider/ShowMoreCard/index.tsx @@ -32,8 +32,10 @@ const ShowMoreCard: React.FC = ({ url, posters }) => { >