diff options
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) |
