Skip to content

Commit 4a14727

Browse files
authored
fix: add missing regex (#10488)
* fix: add missing regex * chore(Rythm): revert file - fix in PR #10444
1 parent 9a0389d commit 4a14727

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

websites/K/Kodi/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"localhost",
1515
"127.0.0.1"
1616
],
17-
"version": "1.1.0",
17+
"regExp": "^https?[:][/][/](localhost|127[.]0[.]0[.]1):8080[/]",
18+
"version": "1.1.1",
1819
"logo": "https://cdn.rcd.gg/PreMiD/websites/K/Kodi/assets/logo.png",
1920
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/K/Kodi/assets/thumbnail.png",
2021
"color": "#ff7c00",

websites/V/VLC/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"localhost",
2323
"127.0.0.1"
2424
],
25-
"version": "1.7.0",
25+
"regExp": "^https?[:][/][/](localhost|127[.]0[.]0[.]1):8080[/]",
26+
"version": "1.7.1",
2627
"logo": "https://cdn.rcd.gg/PreMiD/websites/V/VLC/assets/logo.png",
2728
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/V/VLC/assets/thumbnail.png",
2829
"color": "#ff7c00",

0 commit comments

Comments
 (0)