Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Directory
Commits
2c2c4894
Commit
2c2c4894
authored
Mar 28, 2016
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change deprecated API call
parent
5c55f359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
controllers/index.js
controllers/index.js
+1
-1
No files found.
controllers/index.js
View file @
2c2c4894
...
...
@@ -20,7 +20,7 @@ function index(req, res) {
var
json
=
0
;
streamsFindBy
(
format
,
genre
,
q
,
order
,
limit
,
starting_after
,
ending_before
,
last_listener_count
,
json
,
function
(
err
,
rows
)
{
if
(
err
)
{
res
.
send
(
503
);
res
.
send
Status
(
503
);
}
else
{
var
error
;
if
(
rows
.
length
===
0
)
{
...
...
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