mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix os form post typo
This commit is contained in:
@@ -998,7 +998,7 @@ export const SubsonicController: InternalControllerEndpoint = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (subsonicFeatures[SubsonicExtensions.FORM_POST]) {
|
if (subsonicFeatures[SubsonicExtensions.FORM_POST]) {
|
||||||
features.formPost = [1];
|
features.osFormPost = [1];
|
||||||
}
|
}
|
||||||
|
|
||||||
return { features, id: apiClientProps.server?.id, version: ping.body.serverVersion };
|
return { features, id: apiClientProps.server?.id, version: ping.body.serverVersion };
|
||||||
|
|||||||
Reference in New Issue
Block a user