mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
debug: revert artifact freshness sentinel string
TIMING_PATCH_ACTIVE was a temporary diagnostic string added to verify that GitHub Actions was building fresh artifacts from the correct branch commit, and not serving a stale cached binary. Build freshness was confirmed. Reverted back to INVALID.
This commit is contained in:
@@ -155,7 +155,7 @@ impl TimingContext {
|
||||
.current_pts
|
||||
.as_timestamp(timing_info.mpeg_clock_freq)
|
||||
.to_hms_millis_time(':')
|
||||
.unwrap_or_else(|_| "TIMING_PATCH_ACTIVE".to_string());
|
||||
.unwrap_or_else(|_| "INVALID".to_string());
|
||||
|
||||
let fts_string = self
|
||||
.fts_now
|
||||
|
||||
Reference in New Issue
Block a user