Merge pull request #5380 from Bond-009/plugins

100% branch coverage for DashboardController
This commit is contained in:
Bond-009
2021-03-06 00:59:28 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ namespace MediaBrowser.Common.Plugins
/// <summary>
/// Gets the Plugins.
/// </summary>
IList<LocalPlugin> Plugins { get; }
IReadOnlyList<LocalPlugin> Plugins { get; }
/// <summary>
/// Creates the plugins.