mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
small fixes, renames
This commit is contained in:
@@ -8,4 +8,6 @@ public class MediaFileInfo
|
||||
public string DurationStr => $"{Duration:h\\:mm\\:ss}";
|
||||
public bool HasAnnotations { get; set; }
|
||||
public MediaTypes MediaType { get; set; }
|
||||
|
||||
public string FName => System.IO.Path.GetFileNameWithoutExtension(Name).Replace(" ", "");
|
||||
}
|
||||
Reference in New Issue
Block a user