yartat / MP-MediaInfo

Mediaportal MediaInfoLib wrapper
Other
45 stars 21 forks source link

AudioCodec has wrong serialization info for wma2 #30

Closed MrRickwi closed 3 years ago

MrRickwi commented 3 years ago

In enum AudioCodec, wma2 and wma3 are coded to string wma3. That is in v 21.3.3, the code in the repository seems to be fixed now.

MrRickwi commented 3 years ago

Could you release the HEAD as a new beta nuget package? I'm willing to test that in our software.

yartat commented 3 years ago

Done. https://www.nuget.org/packages/MediaInfo.Wrapper/21.3.4 https://www.nuget.org/packages/MediaInfo.Wrapper.Core/21.3.4

MrRickwi commented 3 years ago

Thanks!