[PR #5307] [MERGED] Switch to Using Declarations in MediaBrowser.Providers #10468

Closed
opened 2026-02-07 06:20:58 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: using-declarations


📝 Commits (3)

  • 9413d97 Switch to using declarations in MediaBrowser.Providers
  • e55f35b Merge branch 'master' into using-declarations
  • 81992ef Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5307 **Author:** [@barronpm](https://github.com/barronpm) **Created:** 2/26/2021 **Status:** ✅ Merged **Merged:** 5/16/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `using-declarations` --- ### 📝 Commits (3) - [`9413d97`](https://github.com/jellyfin/jellyfin/commit/9413d974f3f234dd3fc2225d318d7fced7257912) Switch to using declarations in MediaBrowser.Providers - [`e55f35b`](https://github.com/jellyfin/jellyfin/commit/e55f35b62e5da535bfba301e5ac86f28df35dd2e) Merge branch 'master' into using-declarations - [`81992ef`](https://github.com/jellyfin/jellyfin/commit/81992ef205c373a854d4da338c6be157e12668dc) Fix build ### 📊 Changes **4 files changed** (+155 additions, -189 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Converts using statements to declarations where applicable --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:20:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10468