]> git.sesse.net Git - vlc/blobdiff - modules/control/http/macro.c
Fix sort by artist
[vlc] / modules / control / http / macro.c
index 41c239f949c011708e84854166c45ff30a148e29..c3bec179cf074ee91a7dae196fc9e67773bd75e6 100644 (file)
@@ -452,7 +452,7 @@ void E_(MacroDo)( httpd_file_sys_t *p_args,
                     {
                         playlist_RecursiveNodeSort( p_sys->p_playlist, /*playlist_ItemGetById( p_sys->p_playlist, i_item ),*/
                                                     p_sys->p_playlist->p_root_onelevel,
-                                                    SORT_AUTHOR,
+                                                    SORT_ARTIST,
                                                     ( i_order == 0 ) ? ORDER_NORMAL : ORDER_REVERSE );
                         msg_Dbg( p_intf, "requested playlist sort by author (%d)" , i_order );
                     }