File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ sub _parseSchedule {
155155 my $url = ' times://_aod_' . $item -> {id } . ' _' . URI::Escape::uri_escape($track );
156156
157157 if ((time () >= str2time( $item -> {' startTime' })) && (time () < str2time( $item -> {' endTime' }))){
158- $title = ' NOW PLAYNG : ' . $title ;
158+ $title = ' NOW PLAYING : ' . $title ;
159159 $url = ' times://_live' ;
160160 }
161161
Original file line number Diff line number Diff line change 33<extension >
44 <name >PLUGIN_TIMESRADIO</name >
55 <module >Plugins::TimesRadio::Plugin</module >
6- <version >2.2.2 </version >
6+ <version >2.2.3 </version >
77 <description >PLUGIN_TIMESRADIO_DESC</description >
88 <creator >ExpectingToFly</creator >
99 <homepageURL >https://github.com/expectingtofly/LMS_TIMES_RADIO_PLUGIN</homepageURL >
You can’t perform that action at this time.
0 commit comments