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
throwAPIError(APIErrorType::BadParams, u"`stats` must be a JSON object: "_s + parseError.errorString());
1093
+
throwAPIError(APIErrorType::BadParams, QCoreApplication::translate("TorrentsController", "`stats` must be a JSON object: %1").arg(parseError.errorString()));
1094
1094
if (!doc.isObject())
1095
-
throwAPIError(APIErrorType::BadParams, u"`stats` must be a JSON object"_s);
1095
+
throwAPIError(APIErrorType::BadParams, QCoreApplication::translate("TorrentsController", "`stats` must be a JSON object"));
0 commit comments