Switch to side-by-side view

--- a/src/mediaserver/cdplugins/spotify/spotipy/client.py
+++ b/src/mediaserver/cdplugins/spotify/spotipy/client.py
@@ -58,7 +58,9 @@
         """
         Create a Spotify API object.
 
-        :param auth: A SpotifyOAuth object (optional)
+        :param auth: A SpotifyOAuth object (optional). NOTE: DIFFERENCE from the
+             official version: done to allow further active management of the
+             auth token later on (refreshing).
         :param requests_session:
             A Requests session object or a truthy value to create one.
             A falsy value disables sessions.