mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-14 19:34:57 +02:00
Add libraryItem size index
This commit is contained in:
parent
1c2ee09f18
commit
754c121168
2 changed files with 84 additions and 0 deletions
|
@ -1061,6 +1061,9 @@ class LibraryItem extends Model {
|
|||
{
|
||||
fields: ['libraryId', 'mediaType']
|
||||
},
|
||||
{
|
||||
fields: ['libraryId', 'mediaType', 'size']
|
||||
},
|
||||
{
|
||||
fields: ['libraryId', 'mediaId', 'mediaType']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue