From 41e3c9ed9e9f6db7635599b820c5a8cec6bd261a Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 7 Jan 2011 03:53:04 +0000 Subject: [PATCH] * forgot to commit this one, part of r462 --- source/net/sourceforge/filebot/WebServices.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/sourceforge/filebot/WebServices.java b/source/net/sourceforge/filebot/WebServices.java index 7b8c41f4..d86fcbe7 100644 --- a/source/net/sourceforge/filebot/WebServices.java +++ b/source/net/sourceforge/filebot/WebServices.java @@ -24,7 +24,7 @@ public final class WebServices { // episode dbs public static final TVRageClient TVRage = new TVRageClient(); - public static final AnidbClient AniDB = new AnidbClient(); + public static final AnidbClient AniDB = new AnidbClient("filebot", 1); public static final TVDotComClient TVDotCom = new TVDotComClient(); public static final IMDbClient IMDb = new IMDbClient(); public static final TheTVDBClient TheTVDB = new TheTVDBClient(getApplicationProperty("thetvdb.apikey"));