mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-17 14:31:58 +01:00
fix: limit next up items
This commit is contained in:
@@ -24,7 +24,7 @@ export const NextUp: React.FC<{ seriesId: string }> = ({ seriesId }) => {
|
||||
userId: user?.Id,
|
||||
seriesId,
|
||||
fields: ["MediaSourceCount"],
|
||||
limit: 20,
|
||||
limit: 10,
|
||||
})
|
||||
).data.Items;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user