🚀 add cache

dev-docs
Moritz Böhme 2022-01-21 22:09:49 +01:00
parent baf7b5f87b
commit fa9efc5883
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@
# Volume on startup between 0 and 100
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";
};
};
};