From 3fbdfc68ec564925e5114361ef840893a5e1a846 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 5 Aug 2022 02:09:12 +0200 Subject: [PATCH] Specify locale of `CardArt::card_jpg()` --- src/schema/setbundle/art.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schema/setbundle/art.rs b/src/schema/setbundle/art.rs index 4634f5b..36a540e 100644 --- a/src/schema/setbundle/art.rs +++ b/src/schema/setbundle/art.rs @@ -25,7 +25,7 @@ pub struct CardArt { impl CardArt { - /// URL to the `.jpg` image of the rendered card, via `poro.steffo.eu`. + /// URL to the `.jpg` image of the `en_us` locale of the rendered card, via `poro.steffo.eu`. /// /// Please do not overload this endpoint, as it currently does not use a CDN! /// @@ -39,7 +39,7 @@ impl CardArt { .replace(".png", ".jpg") } - /// URL to the `.jpg` image of the full card art, via `poro.steffo.eu`. + /// URL to the `.jpg` image of the `en_us` locale of the full card art, via `poro.steffo.eu`. /// /// Please do not overload this endpoint, as it currently does not use a CDN! ///