Commit 8b033c2c authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Update content-type for feed

parent b5187e43
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -41,7 +41,8 @@ class opdsEnclosure(Enclosure):
        super(opdsEnclosure,self).__init__(url, 0, mime_type)

class opdsFeed(Atom1Feed):
    content_type = 'text/xml; charset=utf-8'
    #content_type = 'text/xml; charset=utf-8'
    content_type = 'application/atom+xml; charset=utf-8'
        
    def root_attributes(self):
        attrs = {}