Include metadata setting in stats
This commit is contained in:
parent
5e367418d1
commit
061fb222e6
2 changed files with 5 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ public class StatsService : IStatsService
|
|||
libDto.UsingFolderWatching = library.FolderWatching;
|
||||
libDto.CreateCollectionsFromMetadata = library.ManageCollections;
|
||||
libDto.CreateReadingListsFromMetadata = library.ManageReadingLists;
|
||||
libDto.EnabledMetadata = library.EnableMetadata;
|
||||
libDto.LibraryType = library.Type;
|
||||
|
||||
dto.Libraries.Add(libDto);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue