Ejemplo n.º 1
0
 def owner(self):
     """The :class:`User` object for the owner of the playlist."""
     return spotify.User(
         self._session,
         sp_user=lib.sp_playlist_owner(self._sp_playlist),
         add_ref=True,
     )
Ejemplo n.º 2
0
 def owner(self):
     """The :class:`User` object for the owner of the playlist."""
     return spotify.User(
         self._session,
         sp_user=lib.sp_playlist_owner(self._sp_playlist), add_ref=True)