From 6120551cf579ac65ecc0c522b8cb9d5585a9f024 Mon Sep 17 00:00:00 2001 From: whatdoineed2do/Ray Date: Thu, 6 Feb 2020 18:08:46 +0000 Subject: [PATCH] [spotify/library] add missing metarescan --- src/spotify_webapi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spotify_webapi.c b/src/spotify_webapi.c index 82d68315..07160b70 100644 --- a/src/spotify_webapi.c +++ b/src/spotify_webapi.c @@ -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,