update readme, remove redudnant code
This commit is contained in:
parent
1d909152f4
commit
b3451a641e
2 changed files with 3 additions and 7 deletions
|
@ -10,12 +10,9 @@ i've run out of ideas.
|
||||||
|
|
||||||
### features
|
### features
|
||||||
|
|
||||||
_these features are not yet implemented_
|
- [highly configurable](https://git.reidlab.online/reidlab/gdps-server/src/branch/main/config.example.toml)
|
||||||
- utilizes `yt-dlp` and `ffmpeg` to let you upload custom songs from sources such as [YouTube](https://youtube.com), [SoundCloud](https://soundcloud.com), and [1800+ other sources](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)
|
- compiled, for extra speed
|
||||||
- admin control panels
|
- [parses uploaded levels](https://git.reidlab.online/reidlab/gdps-server/src/branch/main/src/helpers/levels.rs) to patch RCEs and verify that everything is in place
|
||||||
|
|
||||||
_these features are implemented_
|
|
||||||
- none muhuhhahaha
|
|
||||||
|
|
||||||
## build
|
## build
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,6 @@ pub async fn post_reupload(input: Form<FormReupload>) -> Template {
|
||||||
|
|
||||||
let disabled = !crate::CONFIG.levels.reupload;
|
let disabled = !crate::CONFIG.levels.reupload;
|
||||||
|
|
||||||
let error: Option<String> = None;
|
|
||||||
if !disabled {
|
if !disabled {
|
||||||
let remote_level_id = input.level_id;
|
let remote_level_id = input.level_id;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue