This commit is contained in:
Fredrik Burmester
2024-08-19 21:44:00 +02:00
parent 250c1968f3
commit 8e1a07e819

View File

@@ -46,7 +46,6 @@ export const TouchableItemRouter: React.FC<PropsWithChildren<Props>> = ({
return;
}
// Movies and all other cases
if (item.Type === "BoxSet") {
router.push(`/collections/${item.Id}`);
return;