mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-14 04:05:14 +00:00
Fix comments
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package types
|
||||
|
||||
type Album struct {
|
||||
Id string
|
||||
Title string
|
||||
Views int64
|
||||
Upvotes int64
|
||||
Downvotes int64
|
||||
Privacy string
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
Comments int64
|
||||
Media []Media
|
||||
Id string
|
||||
Title string
|
||||
Views int64
|
||||
Upvotes int64
|
||||
Downvotes int64
|
||||
SharedWithCommunity bool
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
Comments int64
|
||||
Media []Media
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user