fix(discover): expose full continue watching

close #1045
This commit is contained in:
edde746
2026-05-15 18:49:23 +02:00
parent 562d19c207
commit e37602421b
10 changed files with 228 additions and 23 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ abstract class MediaServerClient {
/// Items the user has started but not finished. Plex calls this "On Deck"
/// internally; the neutral name matches the Continue Watching UI surface.
Future<List<MediaItem>> fetchContinueWatching({int count = 20});
Future<List<MediaItem>> fetchContinueWatching({int? count = 20});
/// Curated home-screen hubs across all libraries (Plex Discover; Jellyfin
/// synthesizes `Latest` plus optional `Resume` + `NextUp`).