We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0c503 commit ffed009Copy full SHA for ffed009
TVH/Plugin.pm
@@ -177,7 +177,7 @@ sub _renderStations {
177
line2 => $station->{number},
178
type => 'audio',
179
image => _getStationImage($station->{icon_public_url}),
180
- url => Plugins::TVH::Prefs::getApiUrl() . 'stream/channelnumber/' . $station->{number} . Plugins::TVH::Prefs::getProfile()
+ url => Plugins::TVH::Prefs::getApiUrl() . 'stream/channel/' . $station->{uuid} . Plugins::TVH::Prefs::getProfile()
181
}
182
183
publish.properties
@@ -1 +1 @@
1
-VERSION=1.1
+VERSION=1.2
0 commit comments