darklinkpower / PlayniteExtensionsCollection

Collection of extensions made for Playnite.
MIT License
307 stars 28 forks source link

Fix for tag not being added for games removed from Game Pass if those games have been played. #545

Closed sukarn-m closed 4 months ago

sukarn-m commented 4 months ago

Games that have been played on Game Pass are not removed from the library as they would only be re-imported later (see XboxLibraryHelper.cs). However, those games should be still be marked as expired in the library. Currently, if the extension is set to remove expired games, then the option to tag expired games is never invoked. This commit is meant to fix that. Fixes https://github.com/darklinkpower/PlayniteExtensionsCollection/issues/25 and https://github.com/darklinkpower/PlayniteExtensionsCollection/issues/351

I have verified that: