Skip to content

Commit

Permalink
Fix animated twitch emoticons
Browse files Browse the repository at this point in the history
  • Loading branch information
onoderis committed Sep 3, 2023
1 parent 2f01a0e commit a6eadd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package failchat.twitch

object TwitchEmoticonUrlFactory {
fun create(id: String): String {
return "https://static-cdn.jtvnw.net/emoticons/v2/$id/static/light/1.0"
return "https://static-cdn.jtvnw.net/emoticons/v2/$id/default/light/1.0"
}
}

0 comments on commit a6eadd7

Please sign in to comment.