save_playlists

@accepts(gboolean)
@returns(gboolean)
def save_playlists(force)

Saves the user's playlists. If the force flag is TRUE, the playlists will always be saved. Otherwise, the playlists will only be saved if a playlist has been created, modified, or deleted since the last time the playlists were saved, and no save operation is currently taking place.

force :

if TRUE, save playlists synchronously and unconditionally

Returns :

TRUE if a playlist save operation has been started