You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.
If the legacy download API is asked for an MP3 or other audio format, it should redirect to an endpoint which is audio only. Currently the sources API takes a MIME type as a parameter. Decide if we'd like to make use of the "best source selection" logic so that we could request /api/media/{id}/source?format=audio and have it select the best audio-only format. If we do so, update the legacy download endpoint to redirect to the appropriate source endpoint if asked for an audio format.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the legacy download API is asked for an MP3 or other audio format, it should redirect to an endpoint which is audio only. Currently the sources API takes a MIME type as a parameter. Decide if we'd like to make use of the "best source selection" logic so that we could request /api/media/{id}/source?format=audio and have it select the best audio-only format. If we do so, update the legacy download endpoint to redirect to the appropriate source endpoint if asked for an audio format.
The text was updated successfully, but these errors were encountered: