[rhythmbox] import-job: don't fail the whole job if we can't resolve a symlink
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] import-job: don't fail the whole job if we can't resolve a symlink
- Date: Sun, 3 Oct 2021 12:52:31 +0000 (UTC)
commit 4880b697d7afe072e86c4be4b71e657a39afe687
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Oct 3 22:51:57 2021 +1000
import-job: don't fail the whole job if we can't resolve a symlink
Fixes: #1909
rhythmdb/rhythmdb-import-job.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rhythmdb/rhythmdb-import-job.c b/rhythmdb/rhythmdb-import-job.c
index 08002e63c..1c0ef98ce 100644
--- a/rhythmdb/rhythmdb-import-job.c
+++ b/rhythmdb/rhythmdb-import-job.c
@@ -374,7 +374,7 @@ uri_recurse_func (GFile *file, GFileInfo *info, RhythmDBImportJob *job)
uri = g_file_get_uri (file);
rb_debug ("unable to resolve symlink %s", uri);
g_free (uri);
- return FALSE;
+ return TRUE;
}
} else {
uri = g_file_get_uri (file);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]