From beb81ac48084f8a84cf60d0b9e020ef515c28e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Mon, 22 Jun 2020 16:24:38 +0200 Subject: [PATCH] Fix example component (#1406) --- plugins/catalog-backend/scripts/mock-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/scripts/mock-data b/plugins/catalog-backend/scripts/mock-data index 90b371f9ea..76ca5cf7c2 100755 --- a/plugins/catalog-backend/scripts/mock-data +++ b/plugins/catalog-backend/scripts/mock-data @@ -6,7 +6,7 @@ for URL in \ 'podcast-api-component.yaml' \ 'queue-proxy-component.yaml' \ 'searcher-component.yaml' \ - 'playback-api-component.yaml' \ + 'playback-lib-component.yaml' \ 'www-artist-component.yaml' \ 'shuffle-api-component.yaml' \ ; do \