mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feat: Added playbackinformation to native player ui
This commit is contained in:
parent
37496f87e3
commit
25304d0a5b
14 changed files with 266 additions and 50 deletions
|
|
@ -443,7 +443,7 @@ class _DesktopControlsState extends ConsumerState<DesktopControls> {
|
|||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
|
||||
child: Text(
|
||||
'${item.streamModel?.displayProfile?.value} ${item.streamModel?.resolution?.value}',
|
||||
item.streamModel?.mediaInfoTag ?? "",
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue