Favorites

This commit is contained in:
2022-02-28 22:53:06 +01:00
parent c8748644d2
commit 899363b2b0
46 changed files with 790 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ namespace FileTime.Core.Timeline
{
private readonly PointInTime _pointInTime;
public TimeProvider(PointInTime pointInTime) : base("time", null, "time2://", false)
public TimeProvider(PointInTime pointInTime) : base("time", "time2://", false)
{
_pointInTime = pointInTime;
}