Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed optional (Linux-only) "mpris" feature from default list.
Signed-off-by: Tyler McCann <tyler@proxbox.dev>
  • Loading branch information
tylerdotrar authored Feb 13, 2026
commit 8714fe8d8c42cdac0d08e7fa5d67b765b0c89d02
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading