From 7f82e8cec81f84ed5b56fe18d118548824652971 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 22 Sep 2015 01:57:19 +0200 Subject: [PATCH] fixed itaginfo.json path --- network/youtubedownload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/youtubedownload.cpp b/network/youtubedownload.cpp index 254d711..23f25a7 100644 --- a/network/youtubedownload.cpp +++ b/network/youtubedownload.cpp @@ -58,7 +58,7 @@ void YoutubeDownload::evalVideoInformation(Download *, QBuffer *videoInfoBuffer) { if(m_itagInfo.isEmpty()) { // allow an external config file to be used instead of built-in values - QString path = ConfigFile::locateConfigFile(QStringLiteral("videodownloader"), QStringLiteral("itaginfo.json")); + QString path = ConfigFile::locateConfigFile(QStringLiteral("videodownloader"), QStringLiteral("json/itaginfo.json")); if(path.isEmpty()) { path = QStringLiteral(":/jsonobjects/itaginfo"); }