[GH-ISSUE #736] Recently Played must be obtained from the database. Not from browser local storage. #528

Closed
opened 2026-02-26 02:33:28 +03:00 by kerem · 1 comment
Owner

Originally created by @matiasdelellis on GitHub (Apr 6, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/736

Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:

  • [ x] You have read and followed closely the Wiki, Upgrade Guide, as well as Troubleshooting
  • [ x] The issue has not been reported before
  • [ x] This is not a "how to install on Windows" or "why is my npm messed up" question
  • [ x] You're a cool person

All checked? Now also make sure your issue

  • x Is associated with a version. Or better yet, a commit.
  • [ x] Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?)
  • [ x] Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know)
  • [ x] Is in English, 因为我不说中文。

Bug Report

The list of recently played songs only shows those played in current browser. The information is stored in local storage of browser.
If I play songs on the work computer, and then on my notebook I want to have a reference of the last played to continue reproducing, but instead, I have the last thing that play a week ago using this computer. 😞

Originally created by @matiasdelellis on GitHub (Apr 6, 2018). Original GitHub issue: https://github.com/koel/koel/issues/736 Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue: - [ x] You have read and followed closely the [Wiki](https://koel.phanan.net/docs), [Upgrade Guide](https://github.com/phanan/koel/releases), as well as [Troubleshooting](https://koel.phanan.net/docs/#/troubleshooting) - [ x] The issue has not been reported before - [ x] This is not a "how to install on Windows" or "why is my npm messed up" question - [ x] You're a cool person All checked? Now also make sure your issue - [ ]x Is associated with a version. Or better yet, a commit. - [ x] Is as detailed as possible (ahem... OS, browser, steps to reproduce, maybe?) - [ x] Includes the error output if it's a bug/error report ("Whoops!" is not very helpful, you know) - [ x] Is in English, 因为我不说中文。 ## Bug Report The list of recently played songs only shows those played in current browser. The information is stored in local storage of browser. If I play songs on the work computer, and then on my notebook I want to have a reference of the last played to continue reproducing, but instead, I have the last thing that play a week ago using this computer. :disappointed:
kerem 2026-02-26 02:33:28 +03:00
Author
Owner

@phanan commented on GitHub (Apr 9, 2018):

Yes, "recently played" are saved in local storage for the sake of simplicity, but I intend to implement a server-side solution eventually.

<!-- gh-comment-id:379741968 --> @phanan commented on GitHub (Apr 9, 2018): Yes, "recently played" are saved in local storage for the sake of simplicity, but I intend to implement a server-side solution eventually.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#528
No description provided.