Skip to content

Commit

Permalink
Fix parser (#7518)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Feb 8, 2024
1 parent b72d30b commit fd2a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discovery-provider/src/api/v1/tracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def get(self, track_id):
"""
Inspects the details of the file for a track.
"""
request_args = stream_parser.parse_args()
request_args = inspect_parser.parse_args()
is_original = request_args.get("original")
decoded_id = decode_with_abort(track_id, ns)
info = get_track_access_info(decoded_id)
Expand Down

0 comments on commit fd2a0a8

Please sign in to comment.