chore(opds): disable popular online opds catalogs in certain regions on App Store (#3031)

This commit is contained in:
Huang Xin
2026-01-22 11:42:16 +01:00
committed by GitHub
parent d1d0d2d59c
commit 48920a87bf
18 changed files with 170 additions and 46 deletions
@@ -230,3 +230,10 @@ pub struct SelectDirectoryResponse {
pub path: Option<String>,
pub error: Option<String>,
}
#[derive(Debug, Deserialize, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct GetStorefrontRegionCodeResponse {
pub region_code: Option<String>,
pub error: Option<String>,
}