index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Controller
/
BaseItemManager
Age
Commit message (
Expand
)
Author
2023-10-08
Remove redundant using directives
Stepan Goremykin
2023-06-21
Reduce bottlenecks scan code (#9863)
Bond-009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-04-03
Pass TypeOptions instead of full LibraryOptions
Joe Rogers
2021-12-16
Deprecate LibraryOptions.EnableInternetProviders
Joe Rogers
2021-11-15
Actually check server disabled metadata providers
Joe Rogers
2021-08-15
Minor improvements
Bond_009
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-24
Remove some unnecessary allocations
cvium
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2020-12-11
Fix copy-paste error
crobibero
2020-12-08
Actually use library options when filtering metadata providers
crobibero
2020-12-03
Add OnConfigurationUpdated method
Gary Wilber
2020-12-02
Remove Lazy
Gary Wilber
2020-12-02
only recreate the lazy when needed
Gary Wilber
2020-12-02
Handle config updates
Gary Wilber
2020-12-02
Move MetadataRefreshThrottler to BaseItemManager
Gary Wilber
2020-11-08
Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs
Cody Robibero
2020-11-08
Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs
Cody Robibero
2020-11-08
Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs
Cody Robibero
2020-11-08
Update MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs
Cody Robibero
2020-10-27
Add BaseItemManager
crobibero