mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08: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
|
|
@ -1126,7 +1126,7 @@ class JellyService {
|
|||
|
||||
Future<Response<bool>> quickConnectEnabled() async => api.quickConnectEnabledGet();
|
||||
|
||||
Future<Response<BrandingOptions>> getBranding() async => api.brandingConfigurationGet();
|
||||
Future<Response<BrandingOptionsDto>> getBranding() async => api.brandingConfigurationGet();
|
||||
|
||||
Future<Response<dynamic>> deleteItem(String itemId) => api.itemsItemIdDelete(itemId: itemId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue