fix: AddRootFolderBody now constructed prior to AddRootFolder event being sent down the network channel

This commit is contained in:
2024-12-17 14:53:40 -07:00
parent 1f81061152
commit 1d1e42aeb1
7 changed files with 59 additions and 76 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use super::HorizontallyScrollableText;
#[path = "servarr_models_tests.rs"]
mod servarr_models_tests;
#[derive(Default, Serialize, Debug)]
#[derive(Default, Serialize, Debug, Clone, PartialEq, Eq)]
pub struct AddRootFolderBody {
pub path: String,
}