forked from Mirrors/freeswitch
don't always play the first news feed (MODAPP-108)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8844 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
487d3310cc
commit
653b74363d
@ -367,7 +367,7 @@ SWITCH_STANDARD_APP(rss_function)
|
||||
x = atoi(cmd) - 1;
|
||||
|
||||
if (x > -1 && x < feed_index) {
|
||||
filename = feed_list[i];
|
||||
filename = feed_list[x];
|
||||
} else if (matches > 1) {
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user