e621: fix search-pool urls
[nikiroo-utils.git] / supported / BasicSupport.java
index 7dbd1365aa1970f2b08000420728f85b65e7c1a8..35a6ac353be34fe8c52607fdb9f963d895c2603b 100644 (file)
@@ -347,8 +347,6 @@ public abstract class BasicSupport {
                pgMeta.done(); // 10%
                pg.put("meta", story.getMeta());
 
-               pg.setName(story.getMeta().getTitle());
-
                Progress pgGetChapters = new Progress();
                pg.addProgress(pgGetChapters, 10);
                story.setChapters(new ArrayList<Chapter>());
@@ -394,7 +392,6 @@ public abstract class BasicSupport {
                        pgChaps.done();
                }
 
-               pg.setName(story.getMeta().getTitle());
                pg.done();
 
                return story;