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

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