remove crudbase from artist
This commit is contained in:
@@ -13,7 +13,6 @@ import (
|
||||
|
||||
type Artist struct {
|
||||
IDBase
|
||||
CrudBase
|
||||
Name string `gorm:"not null; unique_index"`
|
||||
Folders []Folder
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user