Add setting to disable tracking update while reading
This commit is contained in:
@@ -41,6 +41,9 @@ export const getDefaultSettings = (): MetadataServerSettings => ({
|
||||
|
||||
// browse
|
||||
hideLibraryEntries: false,
|
||||
|
||||
// tracking
|
||||
updateProgressAfterReading: true,
|
||||
});
|
||||
|
||||
export const convertSettingsToMetadata = (
|
||||
|
||||
Reference in New Issue
Block a user