mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:16:30 +00:00
make resizable panels
fix duration bug
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
public class VideoFileInfo
|
||||
{
|
||||
public string Name { get; set; } = null!;
|
||||
public string Path { get; set; } = null!;
|
||||
public TimeSpan Duration { get; set; }
|
||||
public bool HasAnnotations { get; set; }
|
||||
public string Name { get; set; } = null!;
|
||||
public string Path { get; set; } = null!;
|
||||
public TimeSpan Duration { get; set; }
|
||||
public string DurationStr => $"{Duration:h\\:mm\\:ss}";
|
||||
public bool HasAnnotations { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user