mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 00:53:30 +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;
|
||||
minQuality = undefined;
|
||||
wantedQuality = undefined;
|
||||
|
||||
Reference in New Issue
Block a user