mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Add space when building query string for attachments.
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
parent
20727906c8
commit
90dfe729bb
1 changed files with 1 additions and 1 deletions
|
|
@ -6161,7 +6161,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
|
|||
|
||||
if (query.Index.HasValue)
|
||||
{
|
||||
cmdText += "AND AttachmentIndex=@AttachmentIndex";
|
||||
cmdText += " AND AttachmentIndex=@AttachmentIndex";
|
||||
}
|
||||
|
||||
cmdText += " order by AttachmentIndex ASC";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue