From df5dbffd84f9a15e90be2f9fb82f043b1508a14d Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Thu, 15 Nov 2012 06:21:19 +0000 Subject: [PATCH] Stopped grabbing issue count from CV. git-svn-id: http://comictagger.googlecode.com/svn/trunk@44 6c5673fe-1810-88d6-992b-cd32ca31540c --- comicvinetalker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comicvinetalker.py b/comicvinetalker.py index e1ded37..527107a 100644 --- a/comicvinetalker.py +++ b/comicvinetalker.py @@ -193,7 +193,7 @@ class ComicVineTalker(QObject): metadata.publisher = volume_results['publisher']['name'] metadata.publicationMonth = issue_results['publish_month'] metadata.publicationYear = issue_results['publish_year'] - metadata.issueCount = volume_results['count_of_issues'] + #metadata.issueCount = volume_results['count_of_issues'] metadata.comments = self.cleanup_html(issue_results['description']) metadata.notes = "Tagged with ComicTagger using info from Comic Vine:\n"