Skip to content

Commit aae216c

Browse files
authored
remove 'streaming from airplay' label that was bothering users (#417)
1 parent 95d9b86 commit aae216c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ui/screens/playback/video_player_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4051,7 +4051,7 @@ class _VideoPlayerScreenState extends State<VideoPlayerScreen>
40514051
),
40524052
const SizedBox(width: 8),
40534053
Text(
4054-
'$label$stateLabel$positionLabel',
4054+
'$stateLabel$positionLabel',
40554055
style: const TextStyle(
40564056
color: Colors.white,
40574057
fontSize: AppTypography.fontSizeXs,

0 commit comments

Comments
 (0)