mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Fix error reading metadata
This commit is contained in:
@@ -35,7 +35,7 @@ public partial class AppApi
|
||||
}
|
||||
}
|
||||
|
||||
using var png = new PNGFile(path);
|
||||
using var png = new PNGFile(path, false);
|
||||
metadata.Add("fileResolution", PNGHelper.ReadResolution(png));
|
||||
|
||||
var creationDate = File.GetCreationTime(path);
|
||||
|
||||
Reference in New Issue
Block a user