feat: add trailers and extras support
Adds support for viewing and playing trailers and bonus content from Plex. - Add getExtras() API method to fetch extras from Plex - Add trailer/extras metadata fields (subtype, extraType, primaryExtraKey) - Add play trailer button with film reel icon on media detail screen - Add "Trailers & Extras" section below cast with horizontal scroll - Support offline mode via cache fallback - Preserve serverId/serverName for multi-server setups
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
/// To regenerate, run: `dart run slang`
|
||||
///
|
||||
/// Locales: 9
|
||||
/// Strings: 6570 (730 per locale)
|
||||
/// Strings: 6588 (732 per locale)
|
||||
///
|
||||
/// Built on 2026-02-14 at 21:28 UTC
|
||||
/// Built on 2026-02-15 at 04:13 UTC
|
||||
|
||||
// coverage:ignore-file
|
||||
// ignore_for_file: type=lint, unused_import
|
||||
|
||||
Reference in New Issue
Block a user