diff --git a/app/(auth)/(tabs)/(home)/settings/popular-lists/page.tsx b/app/(auth)/(tabs)/(home)/settings/popular-lists/page.tsx index 5e7b1c79..bbb89400 100644 --- a/app/(auth)/(tabs)/(home)/settings/popular-lists/page.tsx +++ b/app/(auth)/(tabs)/(home)/settings/popular-lists/page.tsx @@ -19,7 +19,9 @@ export default function page() { const [settings, updateSettings] = useSettings(); const handleOpenLink = () => { - Linking.openURL("https://github.com/fredrikburmester/marlin-search"); + Linking.openURL( + "https://github.com/lostb1t/jellyfin-plugin-collection-import" + ); }; const queryClient = useQueryClient(); @@ -101,6 +103,13 @@ export default function page() { )} )} + + Popular Lists is a plugin that enables you to show custom Jellyfin lists + on the Streamyfin home page.{" "} + + Read more about Popular Lists. + + ); }