diff --git a/src/calibre/library/server/browse.py b/src/calibre/library/server/browse.py index 3314b1dab9..75693d61f6 100644 --- a/src/calibre/library/server/browse.py +++ b/src/calibre/library/server/browse.py @@ -825,7 +825,7 @@ class BrowseServer(object): continue if m['datatype'] == 'rating': r = u'%s: '%xml(m['name']) + \ - render_rating(mi.rating/2.0, self.opts.url_prefix, + render_rating(mi.get(field), self.opts.url_prefix, prefix=m['name'])[0] else: r = u'%s: '%xml(m['name']) + \