From 2ae50b5401f61229ffd95b177257ae78850102be Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Tue, 31 Oct 2017 23:25:47 -0400 Subject: [PATCH] OPDS Publishers Part 1 (testing) --- mylar/opds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/opds.py b/mylar/opds.py index 5ed93299..d18a29ef 100644 --- a/mylar/opds.py +++ b/mylar/opds.py @@ -178,7 +178,7 @@ class OPDS(object): if totaltitles > 0: entries.append( { - 'title': publisher, + 'title': publisher['ComicPublisher'], 'id': 'publisher:%s' % publisher['ComicPublisher'], 'updated': mylar.helpers.now(), 'content': publisher['ComicPublisher'],