fix comment for final result evaluation in sortTitlesBy
This commit is contained in:
parent
4e0aee9c0c
commit
8e4ff16741
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ def sortTitlesBy(limit, sort, start):
|
||||||
result.append(entry)
|
result.append(entry)
|
||||||
start = 0
|
start = 0
|
||||||
|
|
||||||
# not used anywhere?
|
# unfiltered sorted lists (by date and by numbers. But NOT controversial, which is a fixed list)
|
||||||
else:
|
else:
|
||||||
for entry in data:
|
for entry in data:
|
||||||
if videoselection == "0":
|
if videoselection == "0":
|
||||||
|
|
Loading…
Reference in a new issue