diff --git a/source/ehcache.xml b/source/ehcache.xml
index 63f0c545..181ba126 100644
--- a/source/ehcache.xml
+++ b/source/ehcache.xml
@@ -118,17 +118,17 @@
memoryStoreEvictionPolicy="LRU"
/>
-
-
@@ -136,7 +136,7 @@
Very long-lived cache (one month!) anime/series list and episode information.
-->
mirrors = new EnumMap(MirrorType.class);
- private final TheTVDBCache cache = new TheTVDBCache(CacheManager.getInstance().getCache("web"));
+ private final TheTVDBCache cache = new TheTVDBCache(CacheManager.getInstance().getCache("web-datasource"));
public TheTVDBClient(String apikey) {