diff --git a/housekeeper/state.go b/housekeeper/state.go index e5d6b4394d882879934b4e4391c1323a361b6da3..c88cbcfb4007c46177c5bb3b2e799ff2473ec33a 100644 --- a/housekeeper/state.go +++ b/housekeeper/state.go @@ -183,6 +183,7 @@ func (h *House) AcquireBeatmap(c *CachedBeatmap) (*CachedBeatmap, bool) { h.StateMutex.Unlock() b.mtx.Lock() + b.DataFolders = c.DataFolders // if c is not newer than b, then just return. if !b.LastUpdate.Before(c.LastUpdate) { b.mtx.Unlock()