mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Implemented ProperyRepository. Now the Scanner stores the LastScan timestamp
This commit is contained in:
parent
1ceefda6ca
commit
841d8f457f
10 changed files with 178 additions and 38 deletions
5
consts/properties.go
Normal file
5
consts/properties.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package consts
|
||||
|
||||
const (
|
||||
LastScan = "LastScan"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue