parent
e02cd900ed
commit
6a8c1662f0
2 changed files with 10 additions and 1 deletions
src/fetchers
|
@ -95,6 +95,15 @@ pub(crate) struct JNovelFetcher {
|
|||
series_has_parts: bool
|
||||
}
|
||||
|
||||
impl Default for JNovelFetcher {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
series_slug: "".to_owned(),
|
||||
series_has_parts: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl JNovelFetcher {
|
||||
pub(crate) fn set_series(&mut self, series: String) {
|
||||
self.series_slug = series;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue