You've already forked AstralRinth
forked from didirus/AstralRinth
Fix license field not working:
This commit is contained in:
@@ -74,7 +74,7 @@ pub struct UploadSearchMod {
|
||||
pub icon_url: String,
|
||||
pub author_url: String,
|
||||
pub latest_version: Cow<'static, str>,
|
||||
pub license: String,
|
||||
pub license: Option<String>,
|
||||
pub client_side: String,
|
||||
pub server_side: String,
|
||||
|
||||
@@ -117,7 +117,7 @@ pub struct ResultSearchMod {
|
||||
/// RFC 3339 formatted modification date of the mod
|
||||
pub date_modified: String,
|
||||
pub latest_version: String,
|
||||
pub license: String,
|
||||
pub license: Option<String>,
|
||||
pub client_side: String,
|
||||
pub server_side: String,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user