[vlc-devel] [PATCH 05/11] playlist/item: playlist_Add: fix documentation

Filip Roséen filip at atch.se
Thu May 18 12:01:12 CEST 2017


The function cannot be used to add media to the media library, as such
the misleading documentation has been altered to reflect the actual
functionality exposed.
---
 src/playlist/item.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/playlist/item.c b/src/playlist/item.c
index 8cdf525513..e93e38e143 100644
--- a/src/playlist/item.c
+++ b/src/playlist/item.c
@@ -421,7 +421,7 @@ void playlist_Clear( playlist_t * p_playlist, bool b_locked )
 /**
  * Playlist add
  *
- * Add an item to the playlist or the media library
+ * Add an item to the playlist
  * \param p_playlist the playlist to add into
  * \param psz_uri the mrl to add to the playlist
  * \param play_now whether to start playing immediately or not
-- 
2.12.2


More information about the vlc-devel mailing list