feat: Media stream info in now playing modal (#233)

* feat: add base codec info to player

* fix: redundant console.log

* chore: translation

* fix: only overflow direct play
This commit is contained in:
Lei Nelissen
2024-07-25 17:16:30 +02:00
committed by GitHub
parent 189491b90a
commit 0d09c6f0b8
14 changed files with 148 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ import Timer from './components/Timer';
import styled from 'styled-components/native';
import { ColoredBlurView } from '@/components/Colors.tsx';
import LyricsPreview from './components/LyricsPreview.tsx';
import MediaInformation from './components/MediaInformation';
const Group = styled.View`
flex-direction: row;
@@ -28,6 +29,7 @@ export default function Player() {
<NowPlaying />
<ConnectionNotice />
<StreamStatus />
<MediaInformation />
<ProgressBar />
<MediaControls />
<Group>