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
/
Plugins
/
Omdb
/
OmdbItemProvider.cs
Age
Commit message (
Expand
)
Author
2023-10-11
Multiple Stream changes
Bond_009
2023-01-11
Fix all warnings in MediaBrowser.Providers
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2021-11-20
Remove unnecessary N/A checks (converter changes them to null)
cvium
2021-11-20
Don't use AppendFormat
cvium
2021-11-19
Refactor omdb providers
cvium
2021-11-16
Fix
cvium
2021-10-26
Enable nullable for MediaBrowser.Providers
Bond_009
2021-07-22
Fix analysis issues
Rich Lander
2021-06-27
MediaBrowser.Providers: Remove some warnings
Bond_009
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-01-04
Fix serialization loop
crobibero
2020-12-25
Remove attributes
David
2020-12-24
Put json serializer options in private field
David
2020-12-23
Remove custom Json serializer from Providers
David
2020-11-17
Pass cancellation where possible
Bond_009
2020-09-07
Fix some warnings
Bond_009
2020-08-31
use named client
crobibero
2020-08-19
Fix warnings
Bond_009
2020-08-17
Remove IHttpClient from Providers
crobibero
2020-07-29
Optimize Substring and StringBuilder usage
Bond_009
2020-06-19
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
Bond_009
2020-06-16
fix SA1513/SA1516
telans
2020-06-06
Fix a small number of compile warnings
aled
2020-05-31
add plugin configurations for tvdb and omdb
dkanada
2020-05-12
Remove support for injecting ILogger directly
Patrick Barron
2020-03-09
move omdb providers
dkanada