From b37c8485f2a2b04860c36bed5c59e76971714a03 Mon Sep 17 00:00:00 2001 From: RblSb Date: Mon, 3 Mar 2025 00:53:03 +0300 Subject: Cache quality fallback when not enough space --- src/utils/YoutubeUtils.hx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/YoutubeUtils.hx b/src/utils/YoutubeUtils.hx index 9df9a51..b7cd739 100644 --- a/src/utils/YoutubeUtils.hx +++ b/src/utils/YoutubeUtils.hx @@ -48,6 +48,7 @@ typedef YoutubeVideoFormat = { ?audioCodec:String, ?hasVideo:Bool, ?hasAudio:Bool, + ?contentLength:String, } typedef YouTubeVideoInfo = { -- cgit v1.2.3