mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
@@ -67,7 +67,11 @@ const MovieRequestModal: React.FC<RequestModalProps> = ({
|
||||
|
||||
if (response.data) {
|
||||
if (onComplete) {
|
||||
onComplete(response.data.media.status);
|
||||
onComplete(
|
||||
hasPermission(Permission.AUTO_APPROVE)
|
||||
? MediaStatus.PROCESSING
|
||||
: MediaStatus.PENDING
|
||||
);
|
||||
}
|
||||
addToast(
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user