-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
Description:
I am encountering an issue when attempting to create a new playlist in Koel Player. The creation fails, and after inspecting the request, I found that the route api/playlist could not be found. I suspect this may be due to changes in the API endpoints.
Steps to Reproduce:
- Try to create a new playlist via the Koel Player.
- The request fails with the error that the route
api/playlistis not found.
Expected Behavior:
The playlist should be created successfully when the request is made to api/playlist.
Actual Behavior:
The request fails, and the response indicates that the route api/playlist could not be found.
Possible Cause:
I believe this issue may be due to changes in the API, where the endpoint or route might have been modified.
Additional Information:
- Koel version: 2.2.4
Metadata
Metadata
Assignees
Labels
No labels