mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-10 07:50:28 -07:00
fix: Check if this fixes the api
This commit is contained in:
parent
493f40645c
commit
fdb3178f49
6 changed files with 38 additions and 36 deletions
|
|
@ -6,7 +6,7 @@ part of 'library_screen_provider.dart';
|
|||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$libraryScreenHash() => r'bc8b65f92715d1fa64884676b8455e1ba0e2aafa';
|
||||
String _$libraryScreenHash() => r'cec1aa3687d135e2117f3781312aaa0fb56b8d34';
|
||||
|
||||
/// See also [LibraryScreen].
|
||||
@ProviderFor(LibraryScreen)
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ class JellyService {
|
|||
bool? enableTotalRecordCount,
|
||||
bool? enableImages,
|
||||
}) async {
|
||||
final response = await api.itemsGet(
|
||||
final response = await api.usersUserIdItemsGet(
|
||||
userId: account?.id,
|
||||
maxOfficialRating: maxOfficialRating,
|
||||
hasThemeSong: hasThemeSong,
|
||||
|
|
@ -497,7 +497,7 @@ class JellyService {
|
|||
int? limit,
|
||||
bool? groupItems,
|
||||
}) async {
|
||||
return api.itemsLatestGet(
|
||||
return api.usersUserIdItemsLatestGet(
|
||||
parentId: parentId,
|
||||
userId: account?.id,
|
||||
fields: fields,
|
||||
|
|
@ -701,7 +701,7 @@ class JellyService {
|
|||
bool? recursive,
|
||||
List<BaseItemKind>? includeItemTypes,
|
||||
}) async {
|
||||
return api.itemsGet(
|
||||
return api.usersUserIdItemsGet(
|
||||
parentId: parentId,
|
||||
userId: account?.id,
|
||||
recursive: recursive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue