Skip to content

Commit 8957f49

Browse files
committed
Fix soundcloud api route setup
Forgot this change happened and I merged badly.
1 parent f81e1b2 commit 8957f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: listenbrainz/webserver/views/playlist_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ def import_tracks_from_apple_playlist(playlist_id):
10441044
raise APIError(error.get("error") or exc.response.reason, exc.response.status_code)
10451045

10461046

1047-
@playlist_api_bp.route("/soundcloud/<playlist_id>/tracks")
1047+
@playlist_api_bp.get("/soundcloud/<playlist_id>/tracks")
10481048
@crossdomain
10491049
@ratelimit()
10501050
@api_listenstore_needed

0 commit comments

Comments
 (0)