Skip to content

Commit 4f81f88

Browse files
Fix Typo
1 parent 72f8581 commit 4f81f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TimesRadio/TimesRadioAPI.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

TimesRadio/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)