-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Lazer Support #86
base: master
Are you sure you want to change the base?
Conversation
There's still a few things that need to be polished here and there, but it's good enough now for some initial reviews |
The app keeps sending me to the dir select page everytime even after importing the songs. 2024-11-12.13-41-55.mp4 |
erm first line of pr message... |
|
lazer stores duration differently from stable, so its easier to just use duration directly from player instead of from the song object
Note: I have
settings.delete("osuSongsDir");
uncommented for now to make it easier to test first time setup stuff, in case you wonder why it resets after every launchTODO