Skip to content

Commit 3215bdb

Browse files
authored
fix typo in config example variable (#209)
1 parent 77727a4 commit 3215bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
theme = "default"
22
client_id = "65b708073fc0480ea92a077233ca87bd"
33
client_port = 8080
4-
playack_format = "{track} • {artists}\n{album}\n{metadata}"
4+
playback_format = "{track} • {artists}\n{album}\n{metadata}"
55
notify_format = { summary = "{track} • {artists}", body = "{album}" }
66
# the default `copy_command` is based on the OS
77
copy_command = { command = "pbcopy", args = [] } # macos

0 commit comments

Comments
 (0)