More cleanup

This commit is contained in:
kdeng00
2024-06-16 18:25:19 -04:00
parent 5416035313
commit 3a78dac5bb
8 changed files with 1 additions and 20 deletions
+1 -4
View File
@@ -27,9 +27,6 @@ public class CoverArt
return (flag == 0) ? filename : $"{filename}{extension}";
}
public async Task<byte[]> GetData()
{
return await File.ReadAllBytesAsync(this.ImagePath);
}
public async Task<byte[]> GetData() => await File.ReadAllBytesAsync(this.ImagePath);
#endregion
}