diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-07-20 19:31:47 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-07-20 23:04:49 +0200 |
| commit | 0512f74459f7fbde7e86d0724be6a62eca083024 (patch) | |
| tree | b4bfbc119b7680a07bb83abed961f1f1aaeea568 /MediaBrowser.Model/Properties | |
| parent | 0e2a6f8216e0a675b43cf2919fb1d57b46f14972 (diff) | |
Add tests for GetResolutionText
Diffstat (limited to 'MediaBrowser.Model/Properties')
| -rw-r--r-- | MediaBrowser.Model/Properties/AssemblyInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Properties/AssemblyInfo.cs b/MediaBrowser.Model/Properties/AssemblyInfo.cs index f99e9ece96..e50baf604e 100644 --- a/MediaBrowser.Model/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Model/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.Model.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 |
