model/properties: add UsingMbzIDs property

This commit is contained in:
Zane van Iperen 2021-09-27 17:51:33 +10:00
parent a47acb6674
commit 0102eccd1c
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ package model
const (
// TODO Move other prop keys to here
PropLastScan = "LastScan"
PropLastScan = "LastScan"
PropUsingMbzIDs = "UsingMbzIDs"
)
type PropertyRepository interface {