feat: actor page

This commit is contained in:
Fredrik Burmester
2024-08-23 07:51:36 +02:00
parent ec50a90a32
commit 20739e6e2c
9 changed files with 215 additions and 25 deletions

View File

@@ -28,10 +28,7 @@ export const CastAndCrew = ({ item }: { item: BaseItemDto }) => {
renderItem={(item, index) => (
<TouchableOpacity
onPress={() => {
if (settings?.searchEngine === "Marlin")
router.push(`/search?q=${item.Name}&prev=${pathname}`);
else
Linking.openURL(`https://www.google.com/search?q=${item.Name}`);
router.push(`/actors/${item.Id}`);
}}
key={item.Id}
className="flex flex-col w-32"