mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
wip
This commit is contained in:
@@ -201,19 +201,17 @@ export const CurrentlyPlayingBar: React.FC = () => {
|
||||
// )
|
||||
// }
|
||||
// />
|
||||
<VLCPlayer
|
||||
<VlCPlayerView
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
}}
|
||||
videoAspectRatio="16:9"
|
||||
source={{
|
||||
uri: encodeURIComponent(currentlyPlaying.url),
|
||||
}}
|
||||
onError={(e) => {
|
||||
console.log(e);
|
||||
}}
|
||||
key={"1"}
|
||||
autoAspectRatio={true}
|
||||
resizeMode="cover"
|
||||
/>
|
||||
)}
|
||||
</TouchableOpacity>
|
||||
|
||||
@@ -219,7 +219,6 @@ export const SettingToggles: React.FC = () => {
|
||||
<View
|
||||
className={`
|
||||
flex flex-row items-center space-x-2 justify-between bg-neutral-900 p-4
|
||||
${settings?.forceDirectPlay ? "opacity-50 select-none" : ""}
|
||||
`}
|
||||
>
|
||||
<View className="flex flex-col shrink">
|
||||
|
||||
Reference in New Issue
Block a user