mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
make metadata path configurable
This commit is contained in:
@@ -795,7 +795,7 @@ namespace MediaBrowser.ServerApplication
|
||||
list.Add(typeof(ApiEntryPoint).Assembly);
|
||||
|
||||
// Include composable parts in the Dashboard assembly
|
||||
list.Add(typeof(DashboardInfo).Assembly);
|
||||
list.Add(typeof(DashboardService).Assembly);
|
||||
|
||||
// Include composable parts in the Model assembly
|
||||
list.Add(typeof(SystemInfo).Assembly);
|
||||
|
||||
Reference in New Issue
Block a user