We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d17c8d9 + d5e7647 commit 7bb4c5dCopy full SHA for 7bb4c5d
octgnFX/Octgn.Core/DataExtensionMethods/CardExtensionMethods.cs
@@ -83,12 +83,9 @@ public static string GetPicture(this ICard card)
83
if (uri == null)
84
{
85
uri = new System.Uri(Path.Combine(set.ProxyPackUri, card.GetImageUri() + ".png"));
86
- return uri.LocalPath;
87
- }
88
- else
89
- {
90
+ card.GenerateProxyImage(set, uri.LocalPath);
91
}
+ return uri.LocalPath;
92
93
94
public static string GetProxyPicture(this ICard card)
0 commit comments