Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
138 stars 4 forks source link

[fix] Fixed crash caused by cores not always using current SDK version #142

Closed yoshiask closed 2 years ago

yoshiask commented 2 years ago

Overview

Closes #140

This PR fixes a regression in cores' use of CoreMetadata.SdkVer. Previously, they were hard-coded to 0.0.0.0, which would cause an IncompatibleSdkVersionException to be thrown by the app, halting library initialization.

Checklist

This PR meets the following requirements:

Additional info

Not provided