Commit Graph

221 Commits (2c5573b1458af72a56e9af01d2093df4edba8124)

Author SHA1 Message Date
Bond_009 9bb1bc5a3e Remove dependency on OptimizedPriorityQueue
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
Bond-009 f369ddf522
Merge pull request #7039 from 1337joe/providermanager-cleanup
2 years ago
Shadowghost 072651c4be Add xmldocs for TMDb provider, correct provider spelling
2 years ago
Claus Vium 81b04ddbb5
Merge branch 'master' into providermanager-cleanup
2 years ago
luz paz 9ec2870b10 Fix various typos
2 years ago
Cody Robibero 97bf6c7364 Merge pull request #7521 from 1337joe/image-mime-fallback
2 years ago
Joe Rogers b03f56c3d6
Remove warnings
2 years ago
Joe Rogers 6e4710d048
Fix review comment
2 years ago
Joe Rogers ac675318f8
Simplify RefreshSingleItem
2 years ago
Joe Rogers bdce435b09
Reorder and flatten provider filtering
2 years ago
Joe Rogers a7c009e2eb
Pass TypeOptions instead of full LibraryOptions
2 years ago
Joe Rogers e7df72de49
Improve metadata provider sorting
2 years ago
Joe Rogers 11c7c24f0e
Clarify naming, minor method ordering improvement
2 years ago
Joe Rogers 6221991c63
Add nullable annotations
2 years ago
Joe Rogers 8515e8fbd1
Improve image provider sorting
2 years ago
Joe Rogers 4ace7f5c53
Fix unused var, log typo
2 years ago
Joe Rogers 2e2a594e19
Move Get*Providers definitions to interface
2 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons
2 years ago
Bond_009 e7be01d7a5 Flush to disk async where possible
2 years ago
cvium b880dc8a4a Use our own Contains extension
3 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible
3 years ago
Bond_009 f5ca9cbc3b Enable nullable for MediaBrowser.Providers
3 years ago
Bond_009 9af16fcb6c Remove workaround for dotnet/runtime#42790
3 years ago
Chris Tam b0cd1f5e39 Fix images "not loading" after manual identification
3 years ago
Claus Vium 74fef6c05b
Merge pull request #6177 from Bond-009/async
3 years ago
Bond_009 e3dac4fda2 Use async FileStreams where it makes sense
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Cody Robibero d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
3 years ago
wehrstedt ad1d9d9a23
fixed no channel icons when using tvheadend (#5996)
3 years ago
Bond-009 86a2e6eeda
Merge pull request #5867 from Bond-009/provider
3 years ago
Bond-009 da78a96312
Merge pull request #5807 from Bond-009/refreshdelay
3 years ago
Bond_009 dcd6ab769b ProviderManager: fix discard and 2 warnings
3 years ago
BaronGreenback bc1cc2d04a Remove unused using directives
3 years ago
Bond_009 3d0a42da9e Remove throttle in refresh code
3 years ago
Bond_009 2ed0801be2 Fix possible nullref
3 years ago
cvium ba366118f9 Do not use language or imagelanguages when searching for images
3 years ago
cvium 664c5da317 return false when providerid is null or empty
3 years ago
martinek-stepan cc92f7afe5
Enable nullable for MediaBrowser.XbmcMetadata project (#4612)
4 years ago
Gary Wilber 2b6b2cbf31 Remove Lazy
4 years ago
Gary Wilber f4edca7c27 Move MetadataRefreshThrottler to BaseItemManager
4 years ago
Claus Vium 15b9f993c6
Merge pull request #4342 from crobibero/base-item-manager
4 years ago
Bond_009 4b1c9dc9ea Pass cancellation where possible
4 years ago
crobibero 95a2de757f remove custom HttpException
4 years ago
crobibero 64b32d3290 Use BaseItemManager
4 years ago
Gary Wilber 25d8d85740 Back to HttpException
4 years ago
Gary Wilber e9911b70dd Use EnsureSuccessStatusCode
4 years ago
Gary Wilber 722ec43e25 remove status code from exception message
4 years ago
Gary Wilber 3ca9b13f99 Check response status code before saving images
4 years ago