minidlna: update to 1.1.6-git
[feed/packages.git] / multimedia / minidlna / patches / 999-04-fix-multi-artist-album-handling.patch
index 5b5d9588e107c273b25a75bd7c20b7b52cc6bd58..6917f9b8d5a36e16821588787622a0f029e8e4ec 100644 (file)
@@ -20,11 +20,9 @@ and that cache ignores artist names as well.
  scanner.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
-Index: minidlna/scanner.c
-===================================================================
---- minidlna.orig/scanner.c    2015-03-09 13:16:34.510503405 +0300
-+++ minidlna/scanner.c 2015-03-09 13:16:34.506503413 +0300
-@@ -97,9 +97,8 @@
+--- a/scanner.c
++++ b/scanner.c
+@@ -97,9 +97,8 @@ insert_container(const char *item, const
                                        "left join DETAILS d on (o.DETAIL_ID = d.ID)"
                                        " where o.PARENT_ID = '%s'"
                                        " and o.NAME like '%q'"