From 2f7f1d742ce616bf995df14a9d1c6a9cfc615878 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 7 Apr 2021 23:29:39 +0200 Subject: [PATCH] Download fail fix --- Tubio/DownloadManager.cpp | 2 +- Tubio/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tubio/DownloadManager.cpp b/Tubio/DownloadManager.cpp index 253312a..d2f206e 100644 --- a/Tubio/DownloadManager.cpp +++ b/Tubio/DownloadManager.cpp @@ -604,7 +604,7 @@ std::string DownloadManager::DownloadQualityToStringParams(DOWNLOAD_QUALITY qual switch (quality) { case DOWNLOAD_QUALITY::_BEST: - return "bestvideo+bestaudio"; + return "best"; case DOWNLOAD_QUALITY::_1440p: return "bestvideo[height<=1440]+bestaudio"; case DOWNLOAD_QUALITY::_1080p: diff --git a/Tubio/Version.h b/Tubio/Version.h index 82668ee..48f3d41 100644 --- a/Tubio/Version.h +++ b/Tubio/Version.h @@ -1,2 +1,2 @@ #pragma once -#define TUBIO_SERVER_VERSION (0.5395) +#define TUBIO_SERVER_VERSION (0.5396)