mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Specify locale of CardArt::card_jpg()
This commit is contained in:
parent
9a57f59e70
commit
3fbdfc68ec
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue