From f615bfa3f78f7f5c578e77fc60d9a20660a736a6 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Thu, 10 Oct 2024 21:01:35 +0100 Subject: [PATCH] help with debugging Print actual gst-plugin-spotify version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fee40494..51a73d75 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ Dependencies Verify the GStreamer spotify plugin is correctly installed:: - gst-inspect-1.0 spotifyaudiosrc | grep access-token && echo 'This is a compatible version' + gst-inspect-1.0 spotifyaudiosrc | grep Version | awk '{print $2}' Installation