From f2b086b93c4d5ad7febe2b640b119851be8ca195 Mon Sep 17 00:00:00 2001 From: VibroAxe Date: Sun, 23 Jun 2019 13:02:55 +0000 Subject: [PATCH] Minor QOL fixes Resolves #80 --- cache_domains.json | 4 ++-- twitchapp.txt => twitch.txt | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename twitchapp.txt => twitch.txt (100%) diff --git a/cache_domains.json b/cache_domains.json index 9cca89c..66e51e8 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -44,7 +44,7 @@ { "name": "nintendo", "description": "CDN for Nintendo consoles and download servers", - "domain_files": ["nintendo.txt"] + "domain_files": ["nintendo.txt"], "mixed_content": true }, { @@ -93,7 +93,7 @@ { "name": "twitch", "description": "CDN for twitch games / mods and addons", - "domain_files": ["twitchapp.txt"] + "domain_files": ["twitch.txt"] }, { "name": "wargaming", diff --git a/twitchapp.txt b/twitch.txt similarity index 100% rename from twitchapp.txt rename to twitch.txt