Skip to content

Commit

Permalink
update platform track url
Browse files Browse the repository at this point in the history
  • Loading branch information
4www committed Nov 10, 2024
1 parent ea32542 commit 2c4fc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrackItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
href() {
// If slug is defined it means we're dealing with an R4 channel.
if (this.channelSlug) {
return `https://radio4000.com/${this.channelSlug}/${this.track.id}`
return `https://radio4000.com/${this.channelSlug}/tracks/${this.track.id}`
} else {
return this.track.url
}
Expand Down

0 comments on commit 2c4fc76

Please sign in to comment.