From 8714fe8d8c42cdac0d08e7fa5d67b765b0c89d02 Mon Sep 17 00:00:00 2001 From: Tyler McCann Date: Fri, 13 Feb 2026 13:07:03 -0600 Subject: [PATCH] Removed optional (Linux-only) "mpris" feature from default list. Signed-off-by: Tyler McCann --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92b60bd4..ccad6600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ objc2 = { version = "0.6", optional = true } block2 = { version = "0.6", optional = true } [features] -default = ["telemetry", "streaming", "audio-viz-cpal", "mpris", "macos-media", "discord-rpc"] +default = ["telemetry", "streaming", "audio-viz-cpal", "macos-media", "discord-rpc"] telemetry = [] streaming = ["librespot-core", "librespot-playback", "librespot-connect", "librespot-oauth", "librespot-metadata", "librespot-protocol", "protobuf"] # Audio backend features