diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-10-11 21:45:49 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-10-12 17:43:01 +0200 |
| commit | 224bb355ddb0c991873d172dec96d47f36ab02ea (patch) | |
| tree | c242e54eeeff99aa8e70577e15c9fe8caa0fafeb /MediaBrowser.Controller/Properties | |
| parent | 99e31846bf38c066fa6817f289757b9202a56e04 (diff) | |
Rewrite BaseItem.ModifySortChunks
Diffstat (limited to 'MediaBrowser.Controller/Properties')
| -rw-r--r-- | MediaBrowser.Controller/Properties/AssemblyInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Properties/AssemblyInfo.cs b/MediaBrowser.Controller/Properties/AssemblyInfo.cs index 4cd5c76c1..534dec8d2 100644 --- a/MediaBrowser.Controller/Properties/AssemblyInfo.cs +++ b/MediaBrowser.Controller/Properties/AssemblyInfo.cs @@ -15,6 +15,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] +[assembly: InternalsVisibleTo("Jellyfin.Controller.Tests")] [assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")] // Setting ComVisible to false makes the types in this assembly not visible |
