-
Notifications
You must be signed in to change notification settings - Fork 125
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
BUG: Home page music player doesn't function home page loads #474
Comments
Congratulations, @The-Phoenics! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! As per GSSoC'24 guidelines the person who raises the issue should be assigned for that issue. But if that person doesn't want to work on that issue the first come fist policy is follwed. We'd also like to invite you to our Discord server! Join us on discord. We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines |
@The-Phoenics as the page loads load play the song from recent played list from firebase? |
Yes, and if user is not logged in we can load the first song from top songs list? But how can I get the user's last played song from api? |
You won't get from the api you need to access firebase firestore for it.
…On Thu, 11 Jul, 2024, 4:23 pm The-Phoenics, ***@***.***> wrote:
@The-Phoenics <https://github.com/The-Phoenics> as the page loads load
play the song from recent played list from firebase?
Yes, and if user is not logged in we can load the first song from top
songs list? But how can I get the user's last played song from api?
—
Reply to this email directly, view it on GitHub
<#474 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYZ7MIH32JWCHWSYM6BRZALZLZPZTAVCNFSM6AAAAABKUVZNMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRSGYZDCMJTHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This issue has been automatically closed because it has been inactive for more than 15 days. If you believe this is still relevant, feel free to reopen it or create a new one. Thank you! |
Is there an existing issue for this?
What happened?
The music player on home page works only if a song is selected from
Top Songs
section. TheReminder
song is hard coded for now, so the music player doesn't function on first time the home page loads.*Expected behaviour: As the home page loads the first song from the
Top Songs
section should be updated on music player and should be playableRecord
The text was updated successfully, but these errors were encountered: