mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-02 08:31:27 +03:00
Remove compulsory reindex at startup
This commit is contained in:
parent
0c4cbe11be
commit
ce1c5e1129
@ -18,9 +18,6 @@ func (r *stormRepository) init(entity interface{}) {
|
|||||||
if err := Db().Init(r.bucket); err != nil {
|
if err := Db().Init(r.bucket); err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
if err := Db().ReIndex(r.bucket); err != nil {
|
|
||||||
panic(err)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *stormRepository) CountAll() (int64, error) {
|
func (r *stormRepository) CountAll() (int64, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user