mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-27 11:15:32 +02:00
fix error message displaying when adding a movie request
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
if (response.status === 204) {
|
if (response.ok) {
|
||||||
dialogOpen = false;
|
dialogOpen = false;
|
||||||
minQuality = undefined;
|
minQuality = undefined;
|
||||||
wantedQuality = undefined;
|
wantedQuality = undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user