Skip to main content

library_get_settings

Function library_get_settings 

Source
pub async fn library_get_settings() -> Result<LibrarySettings, String>
Expand description

The library preferences currently in force.

Read from the in-memory exclusion set rather than the database: that set is what queries actually consult, so reading it is the only answer that cannot disagree with what the user is seeing.

TRACES: UR-076 | DR-209