Hello!
My app is currently pulling data from the Search Categories endpoint, but I’m noticing some unusual behavior.
Rather than returning a “Template URL for the game’s box art” for the box_art_url
parameter (i.e., https://static-cdn.jtvnw.net/ttv-boxart/./Call%20of%20Duty:%20Warzone-{width}x{height}.jpg), I’m getting a URL with defined dimensions: https://static-cdn.jtvnw.net/ttv-boxart/./Call%20of%20Duty:%20Warzone-52x72.jpg
This has broken my app as my string replace logic looking for {width}
and {height}
no longer works. I’m not seeing this behavior with other similar endpoints like the Get Top Games endpoint. Any ideas on what’s going on? Can someone else confirm this behavior as well?
Thanks in advance!