mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-02-20 07:59:50 -05: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