Skip to content

Commit

Permalink
channels order follows configuration file order
Browse files Browse the repository at this point in the history
  • Loading branch information
beavis69 committed May 29, 2021
1 parent 5f7a251 commit f4782fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tv_grab_fr_telerama
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2.7 bug fix :
* fix bad $to_get calculation (causing progress bar already finished warning)
2.8 feature request :
* channels order follows configuration file order
=cut
use XMLTV::Usage <<END
$0: get French television listings in XMLTV format
Expand All @@ -315,7 +319,7 @@ use warnings;
use strict;

use utf8;
use XMLTV::Version '$Id: tv_grab_fr_telerama,v 2.7 2020/12/28 11:30:00 zubrick Exp $ ';
use XMLTV::Version '$Id: tv_grab_fr_telerama,v 2.8 2021/05/29 11:30:00 zubrick Exp $ ';
#use XMLTV::Capabilities qw/baseline manualconfig cache/;
use XMLTV::Capabilities qw/baseline manualconfig/;
use XMLTV::Description 'France (telerama)';
Expand Down

0 comments on commit f4782fb

Please sign in to comment.