fix error message displaying when adding a movie request

This commit is contained in:
maxDorninger
2025-07-19 14:13:13 +02:00
parent cc554164c3
commit 9eb2411bce

View File

@@ -43,7 +43,7 @@
})
});
if (response.status === 204) {
if (response.ok) {
dialogOpen = false;
minQuality = undefined;
wantedQuality = undefined;