Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
deb75d71
Commit
deb75d71
authored
Mar 07, 2004
by
Xavier Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
9474462d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
modules/control/http.c
modules/control/http.c
+6
-2
share/http/index.html
share/http/index.html
+1
-0
No files found.
modules/control/http.c
View file @
deb75d71
...
...
@@ -2,7 +2,7 @@
* http.c : http mini-server ;)
*****************************************************************************
* Copyright (C) 2001-2004 VideoLAN
* $Id
: http.c,v 1.55 2004/03/03 14:22:47 fenrir Exp
$
* $Id$
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Laurent Aimar <fenrir@via.ecp.fr>
...
...
@@ -1798,7 +1798,11 @@ static void MacroDo( httpd_file_sys_t *p_args,
{
playlist_SortAuthor
(
p_sys
->
p_playlist
,
i_order
);
msg_Dbg
(
p_intf
,
"requested playlist sort by author (%d)"
,
i_order
);
}
}
else
if
(
!
strcmp
(
type
,
"Shuffle"
)
)
{
playlist_Sort
(
p_sys
->
p_playlist
,
SORT_RANDOM
,
ORDER_NORMAL
);
msg_Dbg
(
p_intf
,
"requested playlist shuffle"
);
}
break
;
}
...
...
share/http/index.html
View file @
deb75d71
...
...
@@ -96,6 +96,7 @@
<option
value=
"title"
>
title
</option>
<option
value=
"group"
>
group
</option>
<option
value=
"author"
>
author
</option>
<option
value=
"Shuffle"
>
Shuffle
</option>
</select>
with
<select
name=
"order"
>
<option
value=
"0"
>
normal order
</option>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment