parent
e02cd900ed
commit
6a8c1662f0
2 changed files with 10 additions and 1 deletions
src/fetchers
|
@ -29,5 +29,5 @@ impl Fetcher {
|
|||
#[derive(Deserialize, Serialize, Debug, Clone, Display)]
|
||||
pub(crate) enum Fetcher {
|
||||
#[serde(rename = "jnc")]
|
||||
Jnc(JNovelFetcher)
|
||||
Jnc(#[serde(skip)] JNovelFetcher)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue