[spotify/library] add missing metarescan

This commit is contained in:
whatdoineed2do/Ray 2020-02-06 18:08:46 +00:00
parent e642147f6e
commit 6120551cf5

View File

@ -1965,6 +1965,7 @@ struct library_source spotifyscanner =
.init = spotifywebapi_init,
.deinit = spotifywebapi_deinit,
.rescan = rescan,
.metarescan = rescan,
.initscan = initscan,
.fullrescan = fullrescan,
.queue_add = queue_add,