We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/addset
1 parent 4a017ef commit 8d3bfc6Copy full SHA for 8d3bfc6
app/extensions/beatmaps.py
@@ -1,13 +1,12 @@
1
2
# TODO:
3
-# /addset - Add a beatmapset from bancho to the local database
4
# /downloadset - Download a beatmapset from bancho to local storage
5
# /deleteset - Delete a beatmapset from the local database
6
# /deletemap - Delete a single beatmap from the local database
7
# /modset - Modify a beatmapset's status
8
# /moddiff - Modify a single beatmap's status
9
-# /fixhash - Update the .osu file hashes of a beatmapset
10
# /uploadmap - Upload a single beatmap to local storage
+# /fixhash - Update the .osu file hashes of a beatmapset
11
12
from app.common.database.repositories import beatmapsets
13
from app.common.database.objects import DBBeatmapset
0 commit comments