mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #5307] [MERGED] Switch to Using Declarations in MediaBrowser.Providers #10468
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5307
Author: @barronpm
Created: 2/26/2021
Status: ✅ Merged
Merged: 5/16/2021
Merged by: @Bond-009
Base:
master← Head:using-declarations📝 Commits (3)
9413d97Switch to using declarations in MediaBrowser.Providerse55f35bMerge branch 'master' into using-declarations81992efFix build📊 Changes
4 files changed (+155 additions, -189 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/MusicBrainz/ArtistProvider.cs(+37 -45)📝
MediaBrowser.Providers/Plugins/MusicBrainz/MusicBrainzAlbumProvider.cs(+76 -94)📝
MediaBrowser.Providers/Studios/StudiosImageProvider.cs(+9 -13)📝
MediaBrowser.Providers/Subtitles/SubtitleManager.cs(+33 -37)📄 Description
Converts using statements to declarations where applicable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.