SeriesTrackingDto
Per-series release-tracking configuration.
Returned even for untracked series — the row defaults to tracked: false
with conservative defaults so the frontend can render the panel without
special-casing missing rows.
Per-series override of the server's confidence threshold (0.0 - 1.0).
When the row was created (epoch when virtual).
Per-series language preference (ISO 639-1 codes, e.g. ["en", "es"]).
null means "fall back to the server-wide default (release_tracking.default_languages)."
Used by aggregation feeds (e.g. MangaUpdates) that emit candidates in many languages.
Latest known external chapter (supports decimals like 12.5).
Latest known external volume.
Per-series override of the source poll interval (seconds).
Series ID this config belongs to.
550e8400-e29b-41d4-a716-446655440002Whether to announce new chapters.
Whether to announce new volumes.
Whether release tracking is enabled.
When the row was last updated (epoch when virtual).
Sparse map of { "<volume>": { "first": ch, "last": ch } }.
{
"confidenceThresholdOverride": 0,
"createdAt": "2024-07-29T15:51:28.071Z",
"languages": "Unknown Type: array,null",
"latestKnownChapter": 0,
"latestKnownVolume": 0,
"pollIntervalOverrideS": 0,
"seriesId": "550e8400-e29b-41d4-a716-446655440002",
"trackChapters": true,
"trackVolumes": true,
"tracked": true,
"updatedAt": "2024-07-29T15:51:28.071Z"
}