feat: Added playbackinformation to native player ui

This commit is contained in:
PartyDonut 2025-10-17 10:32:06 +02:00
parent 37496f87e3
commit 25304d0a5b
14 changed files with 266 additions and 50 deletions

View file

@ -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 ?? "",
),
),
),