diff options
| author | RblSb <msrblsb@gmail.com> | 2025-01-26 23:22:33 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-01-28 15:46:30 +0300 |
| commit | 0592564264fff57ccfd9677957196951f9f1c6cf (patch) | |
| tree | c360c2e5d45d9ac8706f836b0466b88221e1f10d /src/import.hx | |
| parent | c7518e58788c17ad2ca8340ab5c7633489aa9518 (diff) | |
Video upload feature
And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit.
I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
Diffstat (limited to 'src/import.hx')
| -rw-r--r-- | src/import.hx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import.hx b/src/import.hx index 75f7907..4fbd165 100644 --- a/src/import.hx +++ b/src/import.hx @@ -1,3 +1,5 @@ +using ClientTools; using Lambda; using StringTools; using tools.ArrayTools; +using tools.MathTools; |
