diff options
| author | RblSb <msrblsb@gmail.com> | 2025-02-09 04:25:18 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-02-09 04:25:18 +0300 |
| commit | 82a6c65d46e2583883b1b01d706145386308d19e (patch) | |
| tree | 64742b586df7bc1ed46941cc6da9097ee2c35e90 /src/Types.hx | |
| parent | d86f0c30e1726a56e670955c3b995945c1daf834 (diff) | |
Improve cache limit handling
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index ac2599c..2dfe899 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -117,6 +117,7 @@ enum abstract ProgressType(String) { var Caching; var Downloading; var Uploading; + var Canceled; } @:using(Types.VideoItemTools) |
