chore: mark subproject commits as dirty for library configuration; update documentation for device and capacity fields

This commit is contained in:
Jamie Pine
2025-11-14 05:46:44 -08:00
parent 267d52d769
commit b3d709d571
2 changed files with 7 additions and 4 deletions

View File

@@ -157,13 +157,16 @@ pub struct LibraryStatistics {
/// Number of tags created
pub tag_count: u32,
/// Number of devices in this library
/// Number of devices in this library (v2 field, defaults to 0 for old configs)
#[serde(default)]
pub device_count: u32,
/// Total storage capacity across all volumes (in bytes)
/// Total storage capacity across all volumes in bytes (v2 field, defaults to 0 for old configs)
#[serde(default)]
pub total_capacity: u64,
/// Available storage across all volumes (in bytes)
/// Available storage across all volumes in bytes (v2 field, defaults to 0 for old configs)
#[serde(default)]
pub available_capacity: u64,
/// Number of thumbnails generated