mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-18 03:36:34 -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
|
|
@ -225,7 +225,7 @@ class FakeJellyfinOpenApi extends JellyfinOpenApi {
|
|||
}
|
||||
|
||||
@override
|
||||
Future<chopper.Response<List<BaseItemDto>>> itemsLatestGet({
|
||||
Future<chopper.Response<List<BaseItemDto>>> usersUserIdItemsLatestGet({
|
||||
String? userId,
|
||||
String? parentId,
|
||||
List<enums.ItemFields>? fields,
|
||||
|
|
@ -289,7 +289,7 @@ class FakeJellyfinOpenApi extends JellyfinOpenApi {
|
|||
}
|
||||
|
||||
@override
|
||||
Future<chopper.Response<BaseItemDtoQueryResult>> itemsGet({
|
||||
Future<chopper.Response<BaseItemDtoQueryResult>> usersUserIdItemsGet({
|
||||
String? userId,
|
||||
String? maxOfficialRating,
|
||||
bool? hasThemeSong,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue