Ejemplo n.º 1
0
 def rename(self, new_name):
     """Rename the playlist."""
     spotify.Error.maybe_raise(
         lib.sp_playlist_rename(self._sp_playlist, utils.to_char(new_name)))
Ejemplo n.º 2
0
 def rename(self, new_name):
     """Rename the playlist."""
     spotify.Error.maybe_raise(
         lib.sp_playlist_rename(self._sp_playlist, utils.to_char(new_name)))