remove crudbase from artist

This commit is contained in:
sentriz
2019-06-04 16:09:39 +01:00
parent db94ca355f
commit cc43c93610

View File

@@ -13,7 +13,6 @@ import (
type Artist struct {
IDBase
CrudBase
Name string `gorm:"not null; unique_index"`
Folders []Folder
}