Work with video

This commit is contained in:
2024-01-27 18:11:24 -07:00
parent cfe43360fc
commit 4081a73b9d
20 changed files with 210 additions and 165 deletions

View File

@ -60,8 +60,8 @@ public class MetadataQuery
private List<(string FileName, string TagGroup, string TagIdName, string Value)> GetCollection(long ticks)
{
string json;
string model;
string maker;
string? model;
string? maker;
string message;
FileInfo fileInfo;
ProgressBar progressBar;