mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Using library access breaks collections #715
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CTalvio on GitHub (May 26, 2019).
Describe the bug
Collections only work for users with full library access. Unchecking full access, even with all libraries checked, still causes this bug. Collections are visible, but they are empty (despite reporting their correct item count).
To Reproduce
Uncheck "Enable full access to all libraries" in user access settings.
Expected behavior
As long as the collections and relevant libraries are accessible to a user the contents of collections should be displayed.
System (please complete the following information):
@DrPandemic commented on GitHub (Jun 4, 2019):
I tested https://github.com/jellyfin/jellyfin/pull/1394, and it does not fix it. So it's not directly linked to #1347.
This bug does not fully prevent the usage of collections, but it prevented me from finding them under

Movies > Collection. Though, I was able to find and access collection from the home page.@lukastribus commented on GitHub (Jun 6, 2019):
CCing @cvium as the fix #1338 for issue #1278 may be relevant here.
@lukastribus commented on GitHub (Jun 7, 2019):
This should be fixed in 10.3.4 by #1437
@CTalvio commented on GitHub (Jun 10, 2019):
Addresses same issue as #1436