Skip to content

Commit

Permalink
fix typo in default config
Browse files Browse the repository at this point in the history
change add_id in player.default to app_id
  • Loading branch information
sudoAlphaX authored Jul 24, 2024
1 parent 001ae95 commit 4279802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provider = ["musicbrainz", "imgbb"]

[player.default]
ignore = true
add_id = "1121632048155742288"
app_id = "1121632048155742288"
icon = "https://raw.githubusercontent.com/lazykern/mprisence/main/assets/icon.png"
show_icon = false
allow_streaming = false
Expand Down

0 comments on commit 4279802

Please sign in to comment.