diff options
| author | RblSb <msrblsb@gmail.com> | 2025-03-03 00:53:03 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-03-03 00:53:03 +0300 |
| commit | b37c8485f2a2b04860c36bed5c59e76971714a03 (patch) | |
| tree | 614912231be8d41559fd0630212af22859cc7a3d /src/utils | |
| parent | aed0d8ed6865a3e966fa866af4b99f5d4b4d33eb (diff) | |
Cache quality fallback when not enough space
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/YoutubeUtils.hx | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |
