Use more distinctive arrow characters for youtube up/down votes
This commit is contained in:
parent
6dc58d4ceb
commit
a3a88d4589
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ URL_YOUTUBEVIDEO = "https://www.googleapis.com/youtube/v3/videos"
|
|||
|
||||
URL_YOUTUBESHORT = "https://youtu.be/%s"
|
||||
|
||||
ARROW_UP = "▲"
|
||||
ARROW_DOWN = "▼"
|
||||
ARROW_UP = "↑"
|
||||
ARROW_DOWN = "↓"
|
||||
|
||||
@utils.export("channelset", {"setting": "auto-youtube",
|
||||
"help": "Disable/Enable automatically getting info from youtube URLs",
|
||||
|
|
Loading…
Reference in a new issue