mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add arc thumbnail support as part of #10
This commit is contained in:
@@ -23,6 +23,9 @@ pub struct ArcFactorySettings {
|
||||
pub uri: String,
|
||||
#[serde(default = "default_true")]
|
||||
pub show_expired: bool,
|
||||
/// should probably end with /roboshop/arc/Live/
|
||||
#[serde(default)]
|
||||
pub override_cdn: Option<String>,
|
||||
}
|
||||
|
||||
fn default_true() -> bool {
|
||||
|
||||
Reference in New Issue
Block a user