diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-21 17:18:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 17:18:19 -0500 |
| commit | f6c842e7b318b7dca0c69c6e9859723835ff645a (patch) | |
| tree | 7fcf5fff1fb8eb29fdfb4cba1f6a9b2ee2826011 /Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs | |
| parent | 509a4d090031c1fc417b287df8be2660dbfcdd57 (diff) | |
| parent | 14fc7e6408aa35c7a87470f3cd2fc87971f7c442 (diff) | |
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
Multi-repository plugins
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs b/Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs index b281b5cc0..394f14d63 100644 --- a/Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs +++ b/Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs @@ -1,4 +1,4 @@ -using System; +using System; using MediaBrowser.Controller.Configuration; using MediaBrowser.Model.Updates; @@ -46,4 +46,4 @@ namespace Jellyfin.Server.Migrations.Routines } } } -}
\ No newline at end of file +} |
