diff options
author | TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> | 2023-03-26 17:54:36 +0300 |
---|---|---|
committer | TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> | 2023-03-26 17:54:36 +0300 |
commit | a2b8ec31e83e36c2d61ed1c61dcbb85743bc3362 (patch) | |
tree | 49512b377586e40c16a7bb4f496208680a246034 /src | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-a2b8ec31e83e36c2d61ed1c61dcbb85743bc3362.zip |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index aa854418..cb8a997d 100644 --- a/src/config.json +++ b/src/config.json @@ -92,7 +92,7 @@ "^https?:\\/{2}youtu\\.be\\/..*", "^https?:\\/{2}(?:www\\.|)(youtube|youtube-nocookie)\\.com\\/embed\\/..*" ], - "name": "Youtube", + "name": "YouTube", "options": { "enabled": false, "redirectType": "main_frame", |