implemented hanime
This commit is contained in:
@@ -36,8 +36,8 @@ pub struct PageInfo {
|
||||
|
||||
#[derive(serde::Serialize, Debug, Clone)]
|
||||
pub struct Video_Embed{
|
||||
html: String,
|
||||
source: String,
|
||||
pub html: String,
|
||||
pub source: String,
|
||||
}
|
||||
impl Video_Embed {
|
||||
pub fn new(html: String, source: String) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user