1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-01-03 05:24:43 +00:00

- Fixed 'getIndex' command

This commit is contained in:
Roberto Pastor 2019-06-24 13:49:50 +02:00 committed by evilhero
parent ae093da9e5
commit 33112c75f4

View file

@ -218,7 +218,7 @@ class Api(object):
def _getIndex(self, **kwargs): def _getIndex(self, **kwargs):
query = '{select} FROM comics ORDER BY ComicSortName COLLATE NOCASE'.format( query = '{select} ORDER BY ComicSortName COLLATE NOCASE'.format(
select = self._selectForComics(), select = self._selectForComics(),
id = self.id id = self.id
) )