Fixed manage collections not being toggleable (#1813)
This commit is contained in:
parent
0f042a23eb
commit
8aee5b3e08
6 changed files with 8 additions and 8 deletions
|
@ -334,7 +334,7 @@ public class LibraryController : BaseApiController
|
|||
library.IncludeInDashboard = dto.IncludeInDashboard;
|
||||
library.IncludeInRecommended = dto.IncludeInRecommended;
|
||||
library.IncludeInSearch = dto.IncludeInSearch;
|
||||
library.ManageCollections = dto.CreateCollections;
|
||||
library.ManageCollections = dto.ManageCollections;
|
||||
|
||||
_unitOfWork.LibraryRepository.Update(library);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue