[sources] include fragments in sort string

This commit is contained in:
Avris 2021-01-05 00:31:35 +01:00
parent b272557ef9
commit b34170224d
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ export class SourceLibrary {
source.title, source.title,
source.extra, source.extra,
source.year, source.year,
//...source.fragments, ...source.fragments,
source.comment, source.comment,
source.link, source.link,
source.approved ? '' : '__awaiting__', source.approved ? '' : '__awaiting__',