mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
Fixed bug with useMemo changed size
This commit is contained in:
@@ -283,7 +283,7 @@ export default function index() {
|
||||
},
|
||||
];
|
||||
return ss;
|
||||
}, [api, user?.Id, ...collections.map((c) => c.Id), mediaListCollections]);
|
||||
}, [api, user?.Id, collections.map((c) => c.Id), mediaListCollections]);
|
||||
|
||||
if (isConnected === false) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user