Skip to main content

INCLUDE_CATALOG_BROWSE

Static INCLUDE_CATALOG_BROWSE 

Source
static INCLUDE_CATALOG_BROWSE: AtomicBool
Expand description

Whether offline library queries may include catalog items that are merely browsed/synced but not downloaded (the greyed-out “browse the whole server” view). Defaults to true so online browsing (which reads this same cache as a fast path) still sees the full catalog.

While offline, the frontend drives this from the “Show all server media” toggle: OFF means library pages show only downloaded/local media, ON reveals the full greyed-out catalog. See set_include_catalog_browse and the showServerCatalog UI flag. Fixes the bug where offline library pages showed every server item regardless of the toggle.

TRACES: UR-052 | DR-078