aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/StudioImages
AgeCommit message (Collapse)Author
2024-10-31Always await instead of directly returning TaskBond_009
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#prefer-asyncawait-over-directly-returning-task The performance impact is negligible (and it's me saying that!)
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-02Use collection initializers when possibleCS
2024-08-02Update default artwork repository url to point to githubusercontent.com domainCS
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-02-20Various fixes (#9361)Shadowghost
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-17Apply review suggestionsShadowghost
2022-11-17Add xmldocs for studio image providerShadowghost
2022-04-07Merge pull request #7507 from crobibero/studio-image-pluginCody Robibero
Fix StudioImageProvider (cherry picked from commit 5de2db9f5294d7a614d00ff6a6fc1dc0a2919c57) Signed-off-by: crobibero <cody@robibe.ro>
2022-03-08Remove unused poster support from StudiosImageProvider (#7423)Bill Thornton
2022-03-04Update artwork repository urlsBill Thornton
2021-12-24Update StyleCopBond_009
2021-12-24Fix buildBond_009
2021-12-23Fix config.htmlCody Robibero
2021-12-23Merge branch 'master' into studios-images-pluginCody Robibero
# Conflicts: # MediaBrowser.Providers/MediaBrowser.Providers.csproj
2021-01-12Move studios image providers to pluginMrTimscampi