Removes author

This commit is contained in:
2016-01-21 10:00:00 +01:00
parent f3d69cb3d0
commit be5c34b2a6
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -26,3 +26,5 @@ _testmain.go
/satbd-explorer
/cover.out
*.bar.satellite/

View File

@@ -42,7 +42,6 @@ type Album struct {
NumA string `bl_name:"num_a" bl_index:"false" bl_include_all:"false"`
State AlbumState `bl_name:"state" bl_index:"false" bl_include_all:"false"`
Author string `bl_name:"auteur" bl_analyzer:"simple"`
Editor string `bl_name:"editor" bl_analyzer:"simple"`
Collection string `bl_name:"collection" bl_analyzer:"fr"`