aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/StudioImages/StudiosImageProvider.cs
AgeCommit message (Expand)Author
2024-10-31Always await instead of directly returning TaskBond_009
2024-08-02Use collection initializers when possibleCS
2023-06-21Reduce bottlenecks scan code (#9863)Bond-009
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
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
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-23Merge branch 'master' into studios-images-pluginCody Robibero
2021-01-12Move studios image providers to pluginMrTimscampi