andrew-codes / playnite-web

Self-hosted Playnite companion web app; offering remote control, automation and sharing your library with friends.
GNU Affero General Public License v3.0
38 stars 7 forks source link

fix(plugin): load error caused by yamldotnet #596

Closed andrew-codes closed 4 weeks ago

andrew-codes commented 4 weeks ago

Yamldotnet is explicitly ignored from being packaged by the Toolbox. This is to avoid version conflicts with Playnite. Instead, use Playnite's buiilt-in serializers to parse the extension YAML.

Closes #570