forked from Lainports/freebsd-ports
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
13 lines
500 B
C
13 lines
500 B
C
--- src/tracker-extract/tracker-extract-gstreamer.c.orig
|
|
+++ src/tracker-extract/tracker-extract-gstreamer.c
|
|
@@ -1647,7 +1647,9 @@ tracker_extract_gstreamer (const gchar *uri,
|
|
graph);
|
|
|
|
#ifdef HAVE_LIBMEDIAART
|
|
- if (extractor->media_art_type != MEDIA_ART_NONE) {
|
|
+ if (extractor->media_art_type != MEDIA_ART_NONE &&
|
|
+ (extractor->media_art_artist != NULL ||
|
|
+ extractor->media_art_title != NULL)) {
|
|
GError *error = NULL;
|
|
gboolean success = TRUE;
|
|
|