diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-12-28 14:49:35 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-01-09 09:47:07 -0500 |
| commit | 7eba162879f6d1ff04539cac5c0d6372a955d82b (patch) | |
| tree | 10b7dc739984f9e4291f9ced8b2ed00b8f7a9fe2 /Emby.Server.Implementations/Properties/AssemblyInfo.cs | |
| parent | 051fa04a803068b5fe8c86e1f991e85a9fbc4d04 (diff) | |
Move LiveTv tests to separate project
Diffstat (limited to 'Emby.Server.Implementations/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Emby.Server.Implementations/Properties/AssemblyInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Properties/AssemblyInfo.cs b/Emby.Server.Implementations/Properties/AssemblyInfo.cs index 41c396ac1..fb7377b1d 100644 --- a/Emby.Server.Implementations/Properties/AssemblyInfo.cs +++ b/Emby.Server.Implementations/Properties/AssemblyInfo.cs @@ -17,6 +17,7 @@ using System.Runtime.InteropServices; [assembly: NeutralResourcesLanguage("en")] [assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")] [assembly: InternalsVisibleTo("Emby.Server.Implementations.Fuzz")] +[assembly: InternalsVisibleTo("Jellyfin.LiveTv.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 |
