add basic lastfm hook
This commit is contained in:
@@ -55,3 +55,10 @@ type User struct {
|
||||
Password string
|
||||
IsAdmin bool
|
||||
}
|
||||
|
||||
// Setting represents the settings table
|
||||
type Setting struct {
|
||||
CrudBase
|
||||
Key string `gorm:"primary_key;auto_increment:false"`
|
||||
Value string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user