jellyfin/MediaBrowser.Controller/Entities
Bond_009 526c918524 CollectionFolder: replace Dictionary + locks with ConcurrentDictionary
This should be faster (and still safe I hope)
2023-09-25 18:12:12 +02:00
..
Audio Album gain (#10085) 2023-08-18 10:25:56 +02:00
Movies Add permission for collection management 2023-02-13 15:42:04 +01:00
TV == null -> is null 2023-08-22 21:14:54 +02:00
AggregateFolder.cs Inject IDirectoryService where needed instead of passing it through ItemResolveArgs 2023-03-06 23:00:55 -05:00
AudioBook.cs
BaseItem.cs == null -> is null 2023-08-22 21:14:54 +02:00
BaseItemExtensions.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
BasePluginFolder.cs Minor cleanup 2022-08-18 13:56:23 +02:00
Book.cs
CollectionFolder.cs CollectionFolder: replace Dictionary + locks with ConcurrentDictionary 2023-09-25 18:12:12 +02:00
Extensions.cs Use ArgumentException.ThrowIfNullOrEmpty 2022-12-07 16:43:59 +01:00
Folder.cs Reduce bottlenecks scan code (#9863) 2023-06-21 21:01:47 -06:00
Genre.cs Merge pull request #7604 from Jellifi007/fixes-diactritics 2022-05-20 18:30:56 -04:00
ICollectionFolder.cs
IHasAspectRatio.cs
IHasDisplayOrder.cs
IHasMediaSources.cs
IHasProgramAttributes.cs
IHasSeries.cs
IHasSpecialFeatures.cs
IHasStartDate.cs
IHasTrailers.cs
IItemByName.cs
IMetadataContainer.cs
InternalItemsQuery.cs Add "Allowed Tags" to Parental Controls 2023-01-20 16:43:59 -03:00
InternalPeopleQuery.cs
ISupportsBoxSetGrouping.cs
ISupportsPlaceHolders.cs
ItemImageInfo.cs Enable nullable for more files and add tests 2023-08-22 18:11:34 +02:00
LinkedChild.cs
LinkedChildComparer.cs
LinkedChildType.cs
MusicVideo.cs
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
PhotoAlbum.cs
SourceType.cs
Studio.cs Merge pull request #7604 from Jellifi007/fixes-diactritics 2022-05-20 18:30:56 -04:00
TagExtensions.cs
Trailer.cs
UserItemData.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
UserRootFolder.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
UserView.cs Optimize Guid comparisons 2022-02-21 14:15:09 +01:00
UserViewBuilder.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
Video.cs == null -> is null 2023-08-22 21:14:54 +02:00
Year.cs