lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
150 stars 17 forks source link

Fixes League Of Legends markers #203

Closed Segergren closed 4 months ago

Segergren commented 4 months ago

Fixes #202

yoshinoa commented 4 months ago

Don't mean to intrude, just a note that if you don't mind doing another external API call you can get the most recent patch at https://ddragon.leagueoflegends.com/api/versions.json

lulzsun commented 4 months ago

if you don't mind doing another external API call you can get the most recent patch at https://ddragon.leagueoflegends.com/api/versions.json

@Segergren Do you think is a good idea for this pull request?

Segergren commented 4 months ago

Don't mean to intrude, just a note that if you don't mind doing another external API call you can get the most recent patch at ddragon.leagueoflegends.com/api/versions.json

I updated it to fetch the latest version once a day 🙂

Segergren commented 4 months ago

I will refactor this in a new MR