[Jellyseerr] Show media configuration for admins

implements #331
This commit is contained in:
herrrta
2025-01-07 23:53:10 -05:00
parent ef42207174
commit 2dc49735f4
9 changed files with 454 additions and 43 deletions

View File

@@ -57,7 +57,7 @@ const JellyseerrPoster: React.FC<Props> = ({ item, ...props }) => {
[item]
);
const canRequest = useJellyseerrCanRequest(item);
const [canRequest] = useJellyseerrCanRequest(item);
return (
<TouchableJellyseerrRouter