removing unnecessary self
This commit is contained in:
parent
e8477a8a19
commit
a032bd555b
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@ pub struct Video {
|
|||
pub struct VideoModelRust {
|
||||
count: i32,
|
||||
highest_id: i32,
|
||||
videos: Vec<self::Video>,
|
||||
inner_videos: Vec<self::Video>,
|
||||
videos: Vec<Video>,
|
||||
inner_videos: Vec<Video>,
|
||||
db: SqliteConnection,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue