diff options
author | Jens Georg <mail@jensge.org> | 2020-06-01 13:37:12 +0200 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2020-07-05 15:31:52 +0200 |
commit | 2d36fa4e4a02db2b1af9cc307af566141aadd3d1 (patch) | |
tree | 05428e37bb10825a4bab0009ef7ba85c785f0509 /src/plugins | |
parent | 99e23e2cb62100d024f7f5f648707403cb15fc13 (diff) | |
download | rygel-2d36fa4e4a02db2b1af9cc307af566141aadd3d1.tar.gz |
tracker3: Fix folder filter
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/tracker3/rygel-tracker-selection-query.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tracker3/rygel-tracker-selection-query.vala b/src/plugins/tracker3/rygel-tracker-selection-query.vala index b86d6627..00f28fcb 100644 --- a/src/plugins/tracker3/rygel-tracker-selection-query.vala +++ b/src/plugins/tracker3/rygel-tracker-selection-query.vala @@ -123,7 +123,7 @@ public class Rygel.Tracker.SelectionQuery : Query { } uri_filters += "tracker:uri-is-descendant(\"%s\", nie:url(%s))".printf - (file.get_uri (), ITEM_VARIABLE); + (file.get_uri (), STORAGE_VARIABLE); } } |