Commit Graph

3 Commits

Author SHA1 Message Date
okatu-loli
2f9704841b fix(Mediatrack): Add support for X-Device-Fingerprint header
Introduce a `DeviceFingerprint` field to the request metadata.
This field is used to conditionally set the `X-Device-Fingerprint`
HTTP header in outgoing requests if its value is not empty.
2025-10-21 19:50:44 +08:00
foxxorcat
33bae52fa1
refactor: optimize driver initialization need to manually deserialize and assign values, and remove redundant driver registration parameters (#2691)
* refactor: optimize driver initialization need to manually deserialize and assign values, and remove redundant driver registration parameters

* fix typo

Co-authored-by: Noah Hsu <i@nn.ci>
2022-12-13 18:03:30 +08:00
Noah Hsu
f127c959a1 feat: add MediaTrack driver 2022-09-06 17:24:05 +08:00