forked from Ninjalama/streamyfin_mirror
fix: add limit
don't know if nessesary since there can only be 1 next up...?
This commit is contained in:
@@ -400,6 +400,7 @@ async function getNextUp(
|
||||
const response = await getTvShowsApi(api).getNextUp({
|
||||
userId,
|
||||
seriesId,
|
||||
limit: 1,
|
||||
});
|
||||
return response.data.Items?.[0] ?? null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user