mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
chore: Update jelly-api to 10.11.2
This commit is contained in:
parent
a223df1e82
commit
eb51d88d84
11 changed files with 15961 additions and 1745 deletions
|
|
@ -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"),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue