Closes #249: add Rescan Library to settings menu

This commit is contained in:
Drew Weymouth
2023-09-25 16:38:02 -07:00
parent 3321540bd3
commit f84a03c703
4 changed files with 14 additions and 0 deletions
+2
View File
@@ -90,4 +90,6 @@ type MediaProvider interface {
Scrobble(trackID string, submission bool) error
DownloadTrack(trackID string) (io.Reader, error)
RescanLibrary() error
}