jellyfin/MediaBrowser.Controller/Persistence
JQ d06ce1f1e0
Fix only returning one item from /Item/Latest api. (#12492)
* Updated to EFcore

* Remove unused using

* Dont use DateCreated not from episode type or music type

* use TranslateQuery to filter out instead and then do the grouping and retrival of min and max datecreated instead

* Album also
2025-03-26 20:26:47 -06:00
..
IItemRepository.cs Fix only returning one item from /Item/Latest api. (#12492) 2025-03-26 20:26:47 -06:00
IItemTypeLookup.cs Applied review comments 2024-11-24 10:58:09 +00:00
IMediaAttachmentRepository.cs Naming refactoring and WIP porting of new interface repositories 2024-10-09 09:53:39 +00:00
IMediaStreamRepository.cs Naming refactoring and WIP porting of new interface repositories 2024-10-09 09:53:39 +00:00
IPeopleRepository.cs Apply suggestions from code review 2024-10-09 21:03:57 +02:00
MediaAttachmentQuery.cs
MediaStreamQuery.cs