mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Get/set new manga field from/to the db
This commit is contained in:
@ -31,6 +31,7 @@ Folder &Folder::operator=(const Folder &other)
|
||||
this->knownId = other.knownId;
|
||||
this->finished = other.finished;
|
||||
this->completed = other.completed;
|
||||
this->manga = other.manga;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user