MVP completed: Hook into Playlistmanager to post updates to beatleader maps owned by the user

This commit is contained in:
pleb
2026-04-19 08:20:15 -07:00
parent f9a0e1669f
commit 7879e03cc5
7 changed files with 222 additions and 177 deletions
+3 -2
View File
@@ -3,12 +3,13 @@
"id": "Setlist",
"name": "Setlist",
"author": "",
"version": "0.0.8",
"version": "0.1.0",
"description": "Syncs playlists with external sources.",
"gameVersion": "1.40.8",
"dependsOn": {
"BSIPA": "^4.3.0",
"BeatSaberPlaylistsLib": "^1.7.0",
"BeatLeader": "^0.9.0"
"BeatLeader": "^0.9.0",
"PlaylistManager": "^1.7.0"
}
}