fix sharex

This commit is contained in:
2026-07-12 17:37:57 +02:00
parent 88b25ab251
commit c48a644bb9

View File

@@ -867,9 +867,9 @@ export default router => {
Parameters: { Parameters: {
rating: defaultRating rating: defaultRating
}, },
// $json:url$ maps to the `url` field in the success response JSON // $json:file_url$ maps to the direct file URL in the success response JSON
URL: '$json:url$', URL: '$json:file_url$',
ThumbnailURL: '$json:url$', ThumbnailURL: '$json:file_url$',
ErrorMessage: '$json:msg$' ErrorMessage: '$json:msg$'
}; };