Skip to content

Commit ed925c3

Browse files
3.5.2
1 parent bcc167b commit ed925c3

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
<Reference Include="Emby.Server.Connect">
4242
<HintPath>..\ThirdParty\emby\Emby.Server.Connect.dll</HintPath>
4343
</Reference>
44+
<Reference Include="Emby.Server.Sync">
45+
<HintPath>..\ThirdParty\emby\Emby.Server.Sync.dll</HintPath>
46+
</Reference>
4447
<Reference Include="Emby.XmlTv, Version=1.0.6700.31789, Culture=neutral, processorArchitecture=MSIL">
4548
<HintPath>..\packages\Emby.XmlTv.1.0.15\lib\portable-net45+netstandard2.0+win8\Emby.XmlTv.dll</HintPath>
4649
</Reference>

MediaBrowser.Server.Mono/MonoAppHost.cs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ protected override List<Assembly> GetAssembliesWithPartsInternal()
4343

4444
list.Add(GetType().Assembly);
4545
list.Add(typeof(ConnectManager).Assembly);
46+
list.Add(typeof(Emby.Server.Sync.SyncManager).Assembly);
4647

4748
return list;
4849
}

SharedVersion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("3.5.1.0")]
3+
[assembly: AssemblyVersion("3.5.2.0")]

ThirdParty/emby/Emby.Server.Sync.dll

159 KB
Binary file not shown.

0 commit comments

Comments
 (0)