Merge pull request #10 from Leonetienne/develop

Download fail fix
This commit is contained in:
Leon Etienne 2021-04-07 23:30:19 +02:00 committed by GitHub
commit 94215bc84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

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