From dc4d5a43f35b5bf09cde3f73f0ea03aa6c822c3d Mon Sep 17 00:00:00 2001 From: kotontrion Date: Wed, 20 Nov 2024 13:20:51 +0100 Subject: mpris: fix typo in dbus property the property is called SupportedUriSchemes not SupportedUriSchemas --- lib/mpris/ifaces.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mpris/ifaces.vala') diff --git a/lib/mpris/ifaces.vala b/lib/mpris/ifaces.vala index 298a288..8755723 100644 --- a/lib/mpris/ifaces.vala +++ b/lib/mpris/ifaces.vala @@ -21,7 +21,7 @@ private interface AstalMpris.IMpris : PropsIface { public abstract bool has_track_list { get; } public abstract string identity { owned get; } public abstract string desktop_entry { owned get; } - public abstract string[] supported_uri_schemas { owned get; } + public abstract string[] supported_uri_schemes { owned get; } public abstract string[] supported_mime_types { owned get; } } -- cgit v1.2.3