chore: Update jelly-api to 10.11.2

This commit is contained in:
PartyDonut 2025-11-07 09:33:31 +01:00
parent a223df1e82
commit eb51d88d84
11 changed files with 15961 additions and 1745 deletions

View file

@ -681,9 +681,9 @@ class FakeJellyfinOpenApi extends JellyfinOpenApi {
}
@override
Future<chopper.Response<BrandingOptions>> brandingConfigurationGet() async => chopper.Response(
Future<chopper.Response<BrandingOptionsDto>> brandingConfigurationGet() async => chopper.Response(
FakeHelper.fakeCorrectResponse,
const BrandingOptions(loginDisclaimer: "Test server"),
const BrandingOptionsDto(loginDisclaimer: "Test server"),
);
}