opnsense-ports/audio/musicpd/files/patch-src_db_DatabasePlaylist.cxx
Franco Fichtner 561d2853ad */*: sync with upstream
Taken from: FreeBSD
2017-01-29 16:15:09 +01:00

17 lines
363 B
C++

--- src/db/DatabasePlaylist.cxx.orig 2017-01-03 19:47:53 UTC
+++ src/db/DatabasePlaylist.cxx
@@ -27,13 +27,12 @@
#include <functional>
-static bool
+static void
AddSong(const Storage &storage, const char *playlist_path_utf8,
const LightSong &song)
{
spl_append_song(playlist_path_utf8,
DatabaseDetachSong(storage, song));
- return true;
}
void