Fixed UI bug that didn't alert users when they tried to add a movie that couldn't be found

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent dc9ea91739
commit 316c129b99
3 changed files with 108 additions and 71 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ indoc = "2.0.0"
log = "0.4.17"
log4rs = { version = "1.2.0", features = ["file_appender"] }
regex = "1.7.1"
reqwest = { version = "0.11.13", features = ["json"] }
reqwest = { version = "0.11.14", features = ["json"] }
serde_yaml = "0.9.16"
serde_json = "1.0.91"
serde = { version = "1.0", features = ["derive"] }