aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/BaseItemManager
AgeCommit message (Expand)Author
2023-10-08Remove redundant using directivesStepan Goremykin
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-04-03Pass TypeOptions instead of full LibraryOptionsJoe Rogers
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-11-15Actually check server disabled metadata providersJoe Rogers
2021-08-15Minor improvementsBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-24Remove some unnecessary allocationscvium
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-17Remove unused using directivesBaronGreenback
2020-12-11Fix copy-paste errorcrobibero
2020-12-08Actually use library options when filtering metadata providerscrobibero
2020-12-03Add OnConfigurationUpdated methodGary Wilber
2020-12-02Remove LazyGary Wilber
2020-12-02only recreate the lazy when neededGary Wilber
2020-12-02Handle config updatesGary Wilber
2020-12-02Move MetadataRefreshThrottler to BaseItemManagerGary Wilber
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
2020-11-08Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.csCody Robibero
2020-10-27Add BaseItemManagercrobibero