web: very early implementation of a fetch worker

This commit is contained in:
wukko
2025-01-30 01:04:33 +06:00
parent affe49474d
commit 5d7724762d
7 changed files with 166 additions and 9 deletions

View File

@@ -6,5 +6,6 @@
"state.waiting": "queued",
"state.starting": "starting...",
"state.running.remux": "remuxing"
"state.running.remux": "remuxing",
"state.running.fetch": "downloading"
}