Fixed web interface.

This commit is contained in:
Greenback 2020-10-10 15:27:02 +01:00
parent b34d6fec3d
commit 1ee1f9c8a7

View File

@ -1212,6 +1212,9 @@ namespace Emby.Server.Implementations
// Xbmc // Xbmc
yield return typeof(ArtistNfoProvider).Assembly; yield return typeof(ArtistNfoProvider).Assembly;
// Network
yield return typeof(NetworkManager).Assembly;
foreach (var i in GetAssembliesWithPartsInternal()) foreach (var i in GetAssembliesWithPartsInternal())
{ {
yield return i; yield return i;