diff --git a/src/WinUIEx/MediaPlayerElement.cs b/src/WinUIEx/MediaPlayerElement.cs index 371fff7..6f90f0a 100644 --- a/src/WinUIEx/MediaPlayerElement.cs +++ b/src/WinUIEx/MediaPlayerElement.cs @@ -206,7 +206,6 @@ private void OnIsFullWindowPropertyChanged(DependencyPropertyChangedEventArgs e) /// Gets or sets a media source on the . /// /// The source of the media. The default is null. - [System.ComponentModel.TypeConverter(typeof(MediaSourceConverter))] public IMediaPlaybackSource? Source { get { return (IMediaPlaybackSource?)GetValue(SourceProperty); }