Don't show DSP stats of inserts that don't collect them.
[ardour.git] / gtk2_ardour / utils_videotl.cc
index b6eace7675e28d9f13065b0d03c954a0f514feb8..11b7230dde4c27a504d7f2a9c41eec107611589c 100644 (file)
@@ -273,7 +273,7 @@ VideoUtils::video_query_info (
                        , video_server_url.c_str()
                        , (video_server_url.length()>0 && video_server_url.at(video_server_url.length()-1) == '/')?"":"/"
                        , filepath.c_str());
-       std::string res = ArdourCurl::http_get (url);
+       std::string res = ArdourCurl::http_get (url, false);
        if (res.empty ()) {
                return false;
        }