Skip to content

Commit

Permalink
Restored hlsaac modes to support bloody programme clips
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Aug 15, 2016
1 parent afbd83d commit 6872189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -8146,10 +8146,10 @@ sub modelist {
$mlist = main::expand_list($mlist, 'radiodefault', 'radiobest');
$mlist = main::expand_list($mlist, 'radiobest', 'dashhigh,hafhigh,radiobetter');
$mlist = main::expand_list($mlist, 'radiobetter', 'radiovgood');
$mlist = main::expand_list($mlist, 'radiovgood', 'dashstd,hafstd,radiogood');
$mlist = main::expand_list($mlist, 'radiovgood', 'dashstd,hafstd,hlsaacstd,radiogood');
$mlist = main::expand_list($mlist, 'radiogood', 'dashmed,hafmed,radioworse');
$mlist = main::expand_list($mlist, 'radioworse', 'radioworst');
$mlist = main::expand_list($mlist, 'radioworst', 'dashlow,haflow');
$mlist = main::expand_list($mlist, 'radioworst', 'dashlow,haflow,hlsaaclow');
}
# Shoutcast live radio
if ( $prog->{type} eq "liveradio" && $mlist =~ /shoutcast/ ) {
Expand Down

0 comments on commit 6872189

Please sign in to comment.