diff options
| author | David <daullmer@gmail.com> | 2021-02-13 22:48:29 +0100 |
|---|---|---|
| committer | David <daullmer@gmail.com> | 2021-02-13 22:48:29 +0100 |
| commit | 7f12b273197204c49862623b6de6b1a573af2cd8 (patch) | |
| tree | 5f78c4dda44cf2c76c5020c552515ba2ef99c6a4 /MediaBrowser.XbmcMetadata | |
| parent | 36d91a1601cf80854d34867d1a11e2fd29189b60 (diff) | |
Add nfo location tests
Diffstat (limited to 'MediaBrowser.XbmcMetadata')
| -rw-r--r-- | MediaBrowser.XbmcMetadata/Properties/AssemblyInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.XbmcMetadata/Properties/AssemblyInfo.cs b/MediaBrowser.XbmcMetadata/Properties/AssemblyInfo.cs index b3e2f27179..cfe06b940d 100644 --- a/MediaBrowser.XbmcMetadata/Properties/AssemblyInfo.cs +++ b/MediaBrowser.XbmcMetadata/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.XbmcMetadata.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 |
