diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-12-08 18:53:38 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-12-08 18:53:38 +0100 |
| commit | 7027561e195501a11e4417e3350b11fdc98a2c7f (patch) | |
| tree | 32ce866971c681ed39c6e385158c1636d619c84d /Emby.Server.Implementations/Properties/AssemblyInfo.cs | |
| parent | 80ff564143b0745cba4b01b5378df6415f4072af (diff) | |
Add tests for HdHomerunHost.GetModelInfo
Diffstat (limited to 'Emby.Server.Implementations/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Emby.Server.Implementations/Properties/AssemblyInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Properties/AssemblyInfo.cs b/Emby.Server.Implementations/Properties/AssemblyInfo.cs index a1933f66e..cb7972173 100644 --- a/Emby.Server.Implementations/Properties/AssemblyInfo.cs +++ b/Emby.Server.Implementations/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Resources; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -14,6 +15,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] +[assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from |
