feat(network): Support for adding a root folder to Sonarr

This commit is contained in:
2024-11-22 14:42:17 -07:00
parent b24e3bf9db
commit ce701c1ab7
8 changed files with 135 additions and 21 deletions
-5
View File
@@ -56,11 +56,6 @@ pub struct AddOptions {
pub search_for_movie: bool,
}
#[derive(Default, Serialize, Debug)]
pub struct AddRootFolderBody {
pub path: String,
}
#[derive(Default, Serialize, Deserialize, Debug, Clone, PartialEq, Eq)]
pub struct BlocklistResponse {
pub records: Vec<BlocklistItem>,