mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[spotify/library] add missing metarescan
This commit is contained in:
parent
e642147f6e
commit
6120551cf5
@ -1965,6 +1965,7 @@ struct library_source spotifyscanner =
|
|||||||
.init = spotifywebapi_init,
|
.init = spotifywebapi_init,
|
||||||
.deinit = spotifywebapi_deinit,
|
.deinit = spotifywebapi_deinit,
|
||||||
.rescan = rescan,
|
.rescan = rescan,
|
||||||
|
.metarescan = rescan,
|
||||||
.initscan = initscan,
|
.initscan = initscan,
|
||||||
.fullrescan = fullrescan,
|
.fullrescan = fullrescan,
|
||||||
.queue_add = queue_add,
|
.queue_add = queue_add,
|
||||||
|
Loading…
Reference in New Issue
Block a user