mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-13 09:20:23 +01:00
Fixed playbutton showing up on current Episode
This commit is contained in:
@@ -163,8 +163,6 @@ export const EpisodeList: React.FC<Props> = ({ item, close }) => {
|
|||||||
router.replace(`player/transcoding-player?${queryParams}`);
|
router.replace(`player/transcoding-player?${queryParams}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log("itemId", item.Id);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View
|
<View
|
||||||
style={{
|
style={{
|
||||||
@@ -248,7 +246,7 @@ export const EpisodeList: React.FC<Props> = ({ item, close }) => {
|
|||||||
/>
|
/>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
<View className="shrink">
|
<View className="shrink">
|
||||||
<Text numberOfLines={5} className="">
|
<Text numberOfLines={2} className="">
|
||||||
{_item.Name}
|
{_item.Name}
|
||||||
</Text>
|
</Text>
|
||||||
<Text
|
<Text
|
||||||
|
|||||||
Reference in New Issue
Block a user