You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...Packages must contain an app which was released on Steam within the last MinDaysOld days or they will not be added
This sounds more like max days, not min.
Say we have configured it to value of 3. That means if title was released 4 days ago, it won't get added. However the condition sounds as if it's met, as this title is at least (or, "minimum") three days old.
This leaves me to believe the config name should be called MaxDaysOld instead.
The text was updated successfully, but these errors were encountered:
Yeah that's right, it should be Max. I'll fix this for the next release, but keep MinDaysOld as an undocumented alias for MaxDaysOld as to not break anyone's configs.
As readme states:
This sounds more like max days, not min.
Say we have configured it to value of 3. That means if title was released 4 days ago, it won't get added. However the condition sounds as if it's met, as this title is at least (or, "minimum") three days old.
This leaves me to believe the config name should be called MaxDaysOld instead.
The text was updated successfully, but these errors were encountered: