]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix Issue #890 -- https://github.com/mikebrady/shairport-sync/issues/890
authorMike Brady <mikebrady@eircom.net>
Thu, 29 Aug 2019 10:56:13 +0000 (11:56 +0100)
committerMike Brady <mikebrady@eircom.net>
Thu, 29 Aug 2019 10:56:13 +0000 (11:56 +0100)
Fix metadata issues with the dbus and the MPRIS interfaces -- handle missing artwork properly, make the 'available' property more resilient.

configure.ac

index adcefe3cee602f9a054165d95a552fb0e237aac0..fbffd0b76b5e76de845afbc274a53d124bd3d48a 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.3.2d3], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3.2d4], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])