feat: Mark/unmark favorite quick action (#561)

This commit is contained in:
lostb1t
2025-02-23 15:03:52 +01:00
committed by GitHub
parent 5bcae81538
commit 1c550b1b77
5 changed files with 128 additions and 109 deletions

View File

@@ -84,7 +84,7 @@ const page: React.FC = () => {
allEpisodes &&
allEpisodes.length > 0 && (
<View className="flex flex-row items-center space-x-2">
<AddToFavorites item={item} type="series" />
<AddToFavorites item={item} />
{!Platform.isTV && (
<>
<DownloadItems