mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 02:21:00 +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