mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-04 17:19:31 -05:00
adding more debugging to time percentage
This commit is contained in:
@@ -164,6 +164,7 @@ namespace FileFlows.VideoNodes
|
||||
{
|
||||
var timeString = rgxTime.Match(e.Data).Value;
|
||||
var ts = TimeSpan.Parse(timeString);
|
||||
Logger.DLog("TimeSpan Detected: " + ts);
|
||||
if (AtTime != null)
|
||||
AtTime.Invoke(ts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user