mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
Fixed web interface.
This commit is contained in:
parent
b34d6fec3d
commit
1ee1f9c8a7
@ -1212,6 +1212,9 @@ namespace Emby.Server.Implementations
|
||||
// Xbmc
|
||||
yield return typeof(ArtistNfoProvider).Assembly;
|
||||
|
||||
// Network
|
||||
yield return typeof(NetworkManager).Assembly;
|
||||
|
||||
foreach (var i in GetAssembliesWithPartsInternal())
|
||||
{
|
||||
yield return i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user