Skip to content

Commit ffed009

Browse files
Change to using UUID rather than channel number
1 parent cf0c503 commit ffed009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TVH/Plugin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sub _renderStations {
177177
line2 => $station->{number},
178178
type => 'audio',
179179
image => _getStationImage($station->{icon_public_url}),
180-
url => Plugins::TVH::Prefs::getApiUrl() . 'stream/channelnumber/' . $station->{number} . Plugins::TVH::Prefs::getProfile()
180+
url => Plugins::TVH::Prefs::getApiUrl() . 'stream/channel/' . $station->{uuid} . Plugins::TVH::Prefs::getProfile()
181181
}
182182
}
183183
}

publish.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=1.1
1+
VERSION=1.2

0 commit comments

Comments
 (0)