techee commented on this pull request.
@@ -1788,6 +1788,9 @@ void utils_tidy_path(gchar *filename)
const gchar *needle; gboolean preserve_double_backslash = FALSE;
+ if (utils_is_uri(filename)) + return;
@elextr `://` is used on other places to detect URIs - is there a better way?