Skip to content

Commit

Permalink
Remove converter
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Jul 10, 2022
1 parent 1162019 commit 56f35a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WinUIEx/MediaPlayerElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private void OnIsFullWindowPropertyChanged(DependencyPropertyChangedEventArgs e)
/// Gets or sets a media source on the <see cref="MediaPlayerElement"/>.
/// </summary>
/// <value>The source of the media. The default is null.</value>
[System.ComponentModel.TypeConverter(typeof(MediaSourceConverter))]
public IMediaPlaybackSource? Source
{
get { return (IMediaPlaybackSource?)GetValue(SourceProperty); }
Expand Down

0 comments on commit 56f35a8

Please sign in to comment.