diff --git a/src/inc/routes/apiv2/settings.mjs b/src/inc/routes/apiv2/settings.mjs index d64ef68..7407b80 100644 --- a/src/inc/routes/apiv2/settings.mjs +++ b/src/inc/routes/apiv2/settings.mjs @@ -867,9 +867,9 @@ export default router => { Parameters: { rating: defaultRating }, - // $json:url$ maps to the `url` field in the success response JSON - URL: '$json:url$', - ThumbnailURL: '$json:url$', + // $json:file_url$ maps to the direct file URL in the success response JSON + URL: '$json:file_url$', + ThumbnailURL: '$json:file_url$', ErrorMessage: '$json:msg$' };