fix: Check if this fixes the api

This commit is contained in:
PartyDonut 2025-11-11 21:27:11 +01:00
parent 493f40645c
commit fdb3178f49
6 changed files with 38 additions and 36 deletions

View file

@ -6,7 +6,7 @@ part of 'library_screen_provider.dart';
// RiverpodGenerator
// **************************************************************************
String _$libraryScreenHash() => r'bc8b65f92715d1fa64884676b8455e1ba0e2aafa';
String _$libraryScreenHash() => r'cec1aa3687d135e2117f3781312aaa0fb56b8d34';
/// See also [LibraryScreen].
@ProviderFor(LibraryScreen)

View file

@ -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,