From de4825e548b990493b372237cbef9a790bf114c4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 15 Aug 2021 11:41:06 +0200 Subject: Play popular invidious instance urls directly in qm Replaces popular invidious instance urls with youtube.com --- include/Downloader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Downloader.hpp') diff --git a/include/Downloader.hpp b/include/Downloader.hpp index f09f9bf..cc15e5d 100644 --- a/include/Downloader.hpp +++ b/include/Downloader.hpp @@ -1,8 +1,8 @@ #pragma once +#include "../plugins/youtube/YoutubeMediaProxy.hpp" #include "Path.hpp" #include "AsyncTask.hpp" -#include "../plugins/youtube/YoutubeMediaProxy.hpp" #include namespace QuickMedia { -- cgit v1.2.3