mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-15 02:10:23 +01:00
chore
This commit is contained in:
@@ -46,7 +46,6 @@ export const TouchableItemRouter: React.FC<PropsWithChildren<Props>> = ({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Movies and all other cases
|
|
||||||
if (item.Type === "BoxSet") {
|
if (item.Type === "BoxSet") {
|
||||||
router.push(`/collections/${item.Id}`);
|
router.push(`/collections/${item.Id}`);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user