Add libraryItem size index

This commit is contained in:
mikiher 2025-01-01 07:34:29 +02:00
parent 1c2ee09f18
commit 754c121168
2 changed files with 84 additions and 0 deletions

View file

@ -1061,6 +1061,9 @@ class LibraryItem extends Model {
{
fields: ['libraryId', 'mediaType']
},
{
fields: ['libraryId', 'mediaType', 'size']
},
{
fields: ['libraryId', 'mediaId', 'mediaType']
},