refactor: new persistence, more SQL, less ORM
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import "time"
|
||||
const (
|
||||
ArtistItemType = "artist"
|
||||
AlbumItemType = "album"
|
||||
MediaItemType = "mediaFile"
|
||||
MediaItemType = "media_file"
|
||||
)
|
||||
|
||||
type Annotation struct {
|
||||
|
||||
Reference in New Issue
Block a user