spotifyd: user -> username

PR #1168

(cherry picked from commit 2d88cbe496)
This commit is contained in:
Bruno Bigras 2020-04-17 16:18:33 -04:00 committed by Robert Helgesson
parent 9b5133529e
commit 98fa8f63b8
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -21,7 +21,7 @@ in {
example = literalExample '' example = literalExample ''
{ {
global = { global = {
user = "Alex"; username = "Alex";
password = "foo"; password = "foo";
device_name = "nix"; device_name = "nix";
}; };