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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 170 additions and 46 deletions

View file

@ -137,6 +137,10 @@ impl<R: Runtime> NativeBridge<R> {
Err(crate::Error::UnsupportedPlatformError)
}
pub fn get_storefront_region_code(&self) -> crate::Result<GetStorefrontRegionCodeResponse> {
Err(crate::Error::UnsupportedPlatformError)
}
pub fn request_manage_storage_permission(
&self,
) -> crate::Result<RequestManageStoragePermissionResponse> {