mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add libraryMenu as dep
This commit is contained in:
parent
d9786d4d24
commit
0ad0a6162b
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ const UserParentalControl = () => {
|
||||||
}
|
}
|
||||||
setAccessSchedules(user.Policy?.AccessSchedules || []);
|
setAccessSchedules(user.Policy?.AccessSchedules || []);
|
||||||
loading.hide();
|
loading.hide();
|
||||||
}, [setAllowedTags, setBlockedTags, loadUnratedItems, populateRatings]);
|
}, [libraryMenu, setAllowedTags, setBlockedTags, loadUnratedItems, populateRatings]);
|
||||||
|
|
||||||
const loadData = useCallback(() => {
|
const loadData = useCallback(() => {
|
||||||
if (!userId) {
|
if (!userId) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue