mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 01:35:32 +00:00
Insert FTS5 Data (it wasn't easy)
This commit is contained in:
@@ -114,10 +114,10 @@ func (a *Item) SetEditState(editState string) {
|
||||
a.Set(EDITSTATE_FIELD, editState)
|
||||
}
|
||||
|
||||
func (a *Item) Comments() string {
|
||||
func (a *Item) Comment() string {
|
||||
return a.GetString(COMMENT_FIELD)
|
||||
}
|
||||
|
||||
func (a *Item) SetComments(comments string) {
|
||||
func (a *Item) SetComment(comments string) {
|
||||
a.Set(COMMENT_FIELD, comments)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user