Download fail fix

This commit is contained in:
Leonetienne 2021-04-07 23:29:39 +02:00
parent e5286c0571
commit 2f7f1d742c
2 changed files with 2 additions and 2 deletions

View File

@ -604,7 +604,7 @@ std::string DownloadManager::DownloadQualityToStringParams(DOWNLOAD_QUALITY qual
switch (quality) switch (quality)
{ {
case DOWNLOAD_QUALITY::_BEST: case DOWNLOAD_QUALITY::_BEST:
return "bestvideo+bestaudio"; return "best";
case DOWNLOAD_QUALITY::_1440p: case DOWNLOAD_QUALITY::_1440p:
return "bestvideo[height<=1440]+bestaudio"; return "bestvideo[height<=1440]+bestaudio";
case DOWNLOAD_QUALITY::_1080p: case DOWNLOAD_QUALITY::_1080p:

View File

@ -1,2 +1,2 @@
#pragma once #pragma once
#define TUBIO_SERVER_VERSION (0.5395) #define TUBIO_SERVER_VERSION (0.5396)