localUrl only from manifest

This commit is contained in:
Jaco Greeff
2017-11-20 15:11:12 +01:00
parent ac722e9e50
commit 73dcde65aa
5 changed files with 4 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ pub struct App {
#[serde(rename="iconUrl")]
pub icon_url: String,
#[serde(rename="localUrl")]
pub local_url: String,
pub local_url: Option<String>,
}
impl App {