🚀 add cache
This commit is contained in:
parent
baf7b5f87b
commit
fa9efc5883
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
||||||
|
|
||||||
# Volume on startup between 0 and 100
|
# Volume on startup between 0 and 100
|
||||||
initial_volume = "71";
|
initial_volume = "71";
|
||||||
|
|
||||||
|
# The directory used to cache audio data.
|
||||||
|
cache_path = "/tmp/spotifyd-cache";
|
||||||
|
|
||||||
|
# The displayed device type in Spotify clients.
|
||||||
|
device_type = "computer";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue