jellyfin/MediaBrowser.Controller/Entities
gnattu 588fb9e82b Don't assume library change only on item count
The library will also be updated when the number of children remains the same before and after scanning. For example, if one video file is removed and replaced with another version, we still need to remove the old one in this case.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-11 03:57:22 +08:00
..
Audio Improve audio normalization 2024-04-28 15:18:53 +02:00
Movies Convert ItemSortBy to enum (#9765) 2023-11-09 14:00:13 -07:00
TV Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
AggregateFolder.cs Validate Collection Folders on adding and removal (#11444) 2024-05-05 08:21:40 -06:00
AudioBook.cs Fix more warnings 2021-07-23 16:36:27 -07:00
BaseItem.cs More efficient array creation (#11468) 2024-04-30 13:32:59 -06:00
BaseItemExtensions.cs Use null propagation 2023-10-08 01:25:37 +02:00
BasePluginFolder.cs Convert CollectionType, SpecialFolderType to enum (#9764) 2023-11-09 14:00:29 -07:00
Book.cs Merge branch 'master' into feat/book-persons 2023-11-13 18:07:23 +01:00
CollectionFolder.cs chore: use proper way to override remove root 2024-04-17 14:41:19 +08:00
Extensions.cs More efficient array creation (#11468) 2024-04-30 13:32:59 -06:00
Folder.cs Don't assume library change only on item count 2024-05-11 03:57:22 +08:00
Genre.cs Merge pull request #7604 from Jellifi007/fixes-diactritics 2022-05-20 18:30:56 -04:00
ICollectionFolder.cs Convert CollectionType, SpecialFolderType to enum (#9764) 2023-11-09 14:00:29 -07:00
IHasAspectRatio.cs Enable nullable reference types for MediaBrowser.Controller 2021-05-07 00:39:20 +02:00
IHasDisplayOrder.cs Convert ItemSortBy to enum (#9765) 2023-11-09 14:00:13 -07:00
IHasMediaSources.cs Update MediaBrowser.Controller/Entities/IHasMediaSources.cs 2021-08-15 10:30:12 -07:00
IHasProgramAttributes.cs Enable nullable reference types for MediaBrowser.Controller 2021-05-07 00:39:20 +02:00
IHasSeries.cs Reduce warnings in MediaBrowser.Controller 2021-05-13 07:33:11 -06:00
IHasSpecialFeatures.cs Don't cache special feature ids 2021-12-21 00:10:58 +01:00
IHasStartDate.cs Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 2020-08-22 21:56:24 +02:00
IHasTrailers.cs Refactor extras parsing 2021-12-07 15:24:57 +01:00
IItemByName.cs Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 2020-08-22 21:56:24 +02:00
IMetadataContainer.cs Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 2020-08-22 21:56:24 +02:00
InternalItemsQuery.cs Merge branch 'master' into media-type 2023-11-09 22:03:55 -07:00
InternalPeopleQuery.cs Reduce warnings in MediaBrowser.Controller (#6006) 2021-05-11 13:55:46 +02:00
ISupportsBoxSetGrouping.cs Minor fixes 2021-06-06 18:11:51 +02:00
ISupportsPlaceHolders.cs Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 2020-08-22 21:56:24 +02:00
ItemImageInfo.cs Enable nullable for more files and add tests 2023-08-22 18:11:34 +02:00
LinkedChild.cs Reduce warnings in MediaBrowser.Controller (#6006) 2021-05-11 13:55:46 +02:00
LinkedChildComparer.cs Update StyleCop 2021-12-24 18:28:27 +01:00
LinkedChildType.cs Update StyleCop 2021-12-24 18:28:27 +01:00
MusicVideo.cs Reduce warnings in MediaBrowser.Controller 2021-05-13 07:33:11 -06:00
PeopleHelper.cs Convert Person.Type to use PersonKind enum (#9487) 2023-03-25 11:52:02 -06:00
Person.cs Merge pull request #7604 from Jellifi007/fixes-diactritics 2022-05-20 18:30:56 -04:00
PersonInfo.cs Convert Person.Type to use PersonKind enum (#9487) 2023-03-25 11:52:02 -06:00
Photo.cs Convert string MediaType to enum MediaType 2023-10-10 15:57:15 -06:00
PhotoAlbum.cs Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 2020-08-22 21:56:24 +02:00
SourceType.cs Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release 2020-08-22 21:56:24 +02:00
Studio.cs Merge pull request #7604 from Jellifi007/fixes-diactritics 2022-05-20 18:30:56 -04:00
TagExtensions.cs More efficient array creation (#11468) 2024-04-30 13:32:59 -06:00
Trailer.cs Fix partial set of MediaBrowser.Controller/Entities warnings 2021-07-23 13:49:18 -07:00
UserItemData.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
UserRootFolder.cs fix: correctly pass parameters in overrides 2024-04-17 21:32:21 +08:00
UserView.cs chore: use proper way to override remove root 2024-04-17 14:41:19 +08:00
UserViewBuilder.cs Use helper function to compare guid (#10825) 2024-01-17 08:51:39 -07:00
Video.cs Add IRecordingsManager service 2024-02-21 09:42:14 -05:00
Year.cs Remove all instances of en-US culture 2021-09-26 09:11:25 -06:00