|
@@ -319,7 +319,7 @@ public class LibraryStructureController : BaseJellyfinApiController
|
|
public ActionResult UpdateLibraryOptions(
|
|
public ActionResult UpdateLibraryOptions(
|
|
[FromBody] UpdateLibraryOptionsDto request)
|
|
[FromBody] UpdateLibraryOptionsDto request)
|
|
{
|
|
{
|
|
- var item = _libraryManager.GetItemById<CollectionFolder>(request.Id, User.GetUserId());
|
|
|
|
|
|
+ var item = _libraryManager.GetItemById<CollectionFolder>(request.Id);
|
|
if (item is null)
|
|
if (item is null)
|
|
{
|
|
{
|
|
return NotFound();
|
|
return NotFound();
|