Skip to content

Commit

Permalink
fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 15, 2024
1 parent b3b1107 commit 4be0dbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion skill-bandcamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"common play"
],
"images": [
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-bandcamp/dev/ui/logo.png",
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-bandcamp/dev/gui.gif"
]
}
3 changes: 2 additions & 1 deletion skill-iheartradio.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"gui": []
},
"icon": "https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-iheart/master/ui/iheart.png",
"images": ["https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-iheart/master/ui/gui.png", "https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-iheart/master/ui/gui2.png"],
"images": ["https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-iheart/master/gui.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-iheart/master/gui2.png"],
"name": "IHeartRadio",
"description": "OCP skill for IHeartRadio. Note: IHeartRadio only provides podcasts outside the US.",
"examples": [
Expand Down
4 changes: 2 additions & 2 deletions skill-youtube.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"music"
],
"images": [
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-youtube/dev/ui/gui.png",
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-youtube/dev/ui/gui2.png"
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-youtube/dev/gui.png",
"https://raw.githubusercontent.com/OpenVoiceOS/skill-ovos-youtube/dev/gui2.png"
]
}

0 comments on commit 4be0dbb

Please sign in to comment.