mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
make metadata path configurable
This commit is contained in:
@@ -121,10 +121,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
_configuration = value;
|
||||
|
||||
if (value == null)
|
||||
{
|
||||
_configurationInitialized = false;
|
||||
}
|
||||
_configurationInitialized = value != null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user