summaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorPratyush Desai2021-10-31 06:21:57 +0100
committerPratyush Desai2021-10-31 06:21:57 +0100
commitc71de1d95d4d5c22284bf1d8c8b61de5425baffd (patch)
treed2d58d0d01204d888584b093a58b0729fc94531e /config.py
parentdaf56214d01854b527b5d644cd5e0f1304b60422 (diff)
parentc17a0d4b8e0d948b234b1483bf958c31e8d89123 (diff)
downloadspotify-c71de1d95d4d5c22284bf1d8c8b61de5425baffd.tar.gz
spotify-c71de1d95d4d5c22284bf1d8c8b61de5425baffd.tar.bz2
spotify-c71de1d95d4d5c22284bf1d8c8b61de5425baffd.zip
Merge pull request 'config value for logo' (#3) from devel into master
Reviewed-on: https://git.com.de/LimnoriaPlugins/Spotify/pulls/3
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.py b/config.py
index c170fb9..a487ab6 100644
--- a/config.py
+++ b/config.py
@@ -57,5 +57,8 @@ conf.registerGlobalValue(Spotify, 'clientID',
conf.registerGlobalValue(Spotify, 'clientSECRET',
registry.string('', """ Sets the ClientSECRET obtainable from https://developer.spotify.com/""", private=True))
+conf.registerChannelValue(Spotify, 'Logo',
+ registry.string(' 🎶️ \x02\x0301,03SPOTIFY\x0f 🎶️',"""Formatting prependended to response"""))
+
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: