libvlcsharp icon indicating copy to clipboard operation
libvlcsharp copied to clipboard

Fix a typo in MediaPlayer property name

Open nightfog-git opened this issue 2 years ago • 2 comments

Description of Change

Fix a typo in ProgramScrambled property name. Master branch is also affected.

API Changes

Changed:

  • MediaPlayer.ProgramScambled => MediaPlayer.ProgramScrambled

Platforms Affected

  • Core (all platforms)

nightfog-git avatar Jun 21 '23 14:06 nightfog-git

Thanks. That's a breaking change :-/

mfkl avatar Jun 22 '23 12:06 mfkl

How about putting this under an [Obsolete] property and adding the new property side by side? This way we don't break existing user code and they have a warning that it will break in the next major version.

mfkl avatar Aug 09 '23 09:08 mfkl

merged on master https://github.com/videolan/libvlcsharp/commit/e7917c17b7447566885825e12296689dd1509ab6

mfkl avatar May 23 '24 12:05 mfkl