pub async fn storage_get_libraries(
db: State<'_, DatabaseWrapper>,
server_id: String,
) -> Result<Vec<CachedLibrary>, String>Expand description
Get cached libraries for a server
pub async fn storage_get_libraries(
db: State<'_, DatabaseWrapper>,
server_id: String,
) -> Result<Vec<CachedLibrary>, String>Get cached libraries for a server