mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
- Fixed 'getIndex' command
This commit is contained in:
parent
ae093da9e5
commit
33112c75f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue