From 4980218fc500c73c10c163f3b829e03efff93bfb Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Mon, 24 Feb 2025 19:58:09 +0100 Subject: [PATCH] [spotify] Import version 0.5 of librespot-c --- src/inputs/librespot-c/librespot-c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputs/librespot-c/librespot-c.h b/src/inputs/librespot-c/librespot-c.h index 37306470..b2efcabc 100644 --- a/src/inputs/librespot-c/librespot-c.h +++ b/src/inputs/librespot-c/librespot-c.h @@ -6,7 +6,7 @@ #include #define LIBRESPOT_C_VERSION_MAJOR 0 -#define LIBRESPOT_C_VERSION_MINOR 4 +#define LIBRESPOT_C_VERSION_MINOR 5 struct sp_session;