joaorb64 / TournamentStreamHelper

MIT License
102 stars 39 forks source link

TSH only keeps track of the current videogame if it's a game it knows (through assets) #701

Closed TwilCynder closed 9 months ago

TwilCynder commented 9 months ago

It's not a really a bug, it's the intended behavior technically, but I think we should change that intended behavior. There is no reason to not keep the videogame ID in the state even if we don't have the basic config for that game ; because just this ID allows us to load history sets and recent sets, which should not require assets being downloaded;

joaorb64 commented 9 months ago

Fixed with https://github.com/joaorb64/TournamentStreamHelper/pull/702