update readme, remove redudnant code

This commit is contained in:
Reid 2023-09-20 21:29:35 -07:00
parent 1d909152f4
commit b3451a641e
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
2 changed files with 3 additions and 7 deletions

View file

@ -10,12 +10,9 @@ i've run out of ideas.
### features
_these features are not yet implemented_
- 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)
- admin control panels
_these features are implemented_
- none muhuhhahaha
- [highly configurable](https://git.reidlab.online/reidlab/gdps-server/src/branch/main/config.example.toml)
- compiled, for extra speed
- [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
## build

View file

@ -41,7 +41,6 @@ pub async fn post_reupload(input: Form<FormReupload>) -> Template {
let disabled = !crate::CONFIG.levels.reupload;
let error: Option<String> = None;
if !disabled {
let remote_level_id = input.level_id;