Skip to content

Commit ed62a22

Browse files
ne0rrmatrixCopilot
andauthored
Update src/CommunityToolkit.Maui.MediaElement/MediaElementOptions.shared.cs
Co-authored-by: Copilot <[email protected]>
1 parent a83de86 commit ed62a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui.MediaElement/MediaElementOptions.shared.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ internal MediaElementOptions(in MauiAppBuilder builder) : this()
3535
/// <summary>
3636
/// Set Android Foreground Service for MediaElement on construction
3737
/// </summary>
38-
/// <param name="androidForegroundServiceEnabled"></param>
38+
/// <param name="androidForegroundServiceEnabled">Specifies whether the Android Foreground Service should be enabled for the MediaElement. Set to <c>true</c> to enable, or <c>false</c> to disable.</param>
3939
public void SetDefaultAndroidForegroundService(bool androidForegroundServiceEnabled) => IsAndroidForegroundServiceEnabled = androidForegroundServiceEnabled;
4040
}

0 commit comments

Comments
 (0)