We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fdd53 commit 9bf1b8eCopy full SHA for 9bf1b8e
1 file changed
MiniMediaScanner/Services/FileMetaDataService.cs
@@ -20,7 +20,7 @@ public class FileMetaDataService
20
21
public async Task<MetadataInfo> GetMetadataInfoAsync(FileInfo fileInfo)
22
{
23
- Track trackInfo = new Track();
+ Track trackInfo = default(Track);
24
CancellationTokenSource cancellationToken = new CancellationTokenSource();
25
var readRask = Task.Run(() =>
26
0 commit comments