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.Providers
/
Manager
/
ProviderManager.cs
Age
Commit message (
Expand
)
Author
2023-01-11
Fix all warnings in MediaBrowser.Providers
Bond_009
2022-12-07
Remove dependency on OptimizedPriorityQueue
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-11-23
Merge pull request #7039 from 1337joe/providermanager-cleanup
Bond-009
2022-11-17
Add xmldocs for TMDb provider, correct provider spelling
Shadowghost
2022-10-07
Merge branch 'master' into providermanager-cleanup
Claus Vium
2022-08-15
Fix various typos
luz paz
2022-04-17
Merge pull request #7521 from 1337joe/image-mime-fallback
Cody Robibero
2022-04-03
Remove warnings
Joe Rogers
2022-04-03
Fix review comment
Joe Rogers
2022-04-03
Simplify RefreshSingleItem
Joe Rogers
2022-04-03
Reorder and flatten provider filtering
Joe Rogers
2022-04-03
Pass TypeOptions instead of full LibraryOptions
Joe Rogers
2022-04-03
Improve metadata provider sorting
Joe Rogers
2022-04-03
Clarify naming, minor method ordering improvement
Joe Rogers
2022-04-03
Add nullable annotations
Joe Rogers
2022-04-03
Improve image provider sorting
Joe Rogers
2022-04-03
Fix unused var, log typo
Joe Rogers
2022-04-03
Move Get*Providers definitions to interface
Joe Rogers
2022-02-21
Optimize Guid comparisons
Bond_009
2022-01-22
Flush to disk async where possible
Bond_009
2021-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-10-26
Enable nullable for MediaBrowser.Providers
Bond_009
2021-10-03
Remove workaround for dotnet/runtime#42790
Bond_009
2021-09-09
Fix images "not loading" after manual identification
Chris Tam
2021-09-06
Merge pull request #6177 from Bond-009/async
Claus Vium
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-08-28
Remove more and more warnings
Cody Robibero
2021-06-06
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Cody Robibero
2021-05-06
fixed no channel icons when using tvheadend (#5996)
wehrstedt
2021-04-21
Merge pull request #5867 from Bond-009/provider
Bond-009
2021-04-21
Merge pull request #5807 from Bond-009/refreshdelay
Bond-009
2021-04-19
ProviderManager: fix discard and 2 warnings
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2021-04-13
Remove throttle in refresh code
Bond_009
2021-04-04
Fix possible nullref
Bond_009
2021-03-05
Do not use language or imagelanguages when searching for images
cvium
2021-03-03
return false when providerid is null or empty
cvium
2020-12-31
Enable nullable for MediaBrowser.XbmcMetadata project (#4612)
martinek-stepan
2020-12-02
Remove Lazy
Gary Wilber
2020-12-02
Move MetadataRefreshThrottler to BaseItemManager
Gary Wilber
2020-11-19
Merge pull request #4342 from crobibero/base-item-manager
Claus Vium
2020-11-17
Pass cancellation where possible
Bond_009
2020-11-14
remove custom HttpException
crobibero
2020-10-27
Use BaseItemManager
crobibero
2020-09-29
Back to HttpException
Gary Wilber
2020-09-28
Use EnsureSuccessStatusCode
Gary Wilber
2020-09-27
remove status code from exception message
Gary Wilber
[next]