From 4db0876f45533d3b55ee79df2d2bc78b789b5a28 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 13 Apr 2021 09:09:30 +0200 Subject: Make search fuzzy, fix soundcloud next song when hitting user Also some other misc changes --- src/DownloadUtils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/DownloadUtils.cpp') diff --git a/src/DownloadUtils.cpp b/src/DownloadUtils.cpp index e83bced..4a35640 100644 --- a/src/DownloadUtils.cpp +++ b/src/DownloadUtils.cpp @@ -87,7 +87,6 @@ namespace QuickMedia { } } - // TODO: Use this everywhere we want to save to file (such as manga download) DownloadResult download_to_file(const std::string &url, const std::string &destination_filepath, const std::vector &additional_args, bool use_browser_useragent) { Path tmp_filepath = destination_filepath; tmp_filepath.append(".tmp"); -- cgit v1.2.3