aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/AudioDb/AudioDbAlbumProvider.cs
AgeCommit message (Expand)Author
2025-06-11Properly handle file access issues in some cases (#14272)Tim Eisele
2024-10-31Always await instead of directly returning TaskBond_009
2023-10-11Multiple Stream changesBond_009
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-05Replace != null with is not nullBond_009
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-07-22Fix analysis issuesRich Lander