mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
make metadata path configurable
This commit is contained in:
@@ -69,8 +69,6 @@ namespace MediaBrowser.Controller.Dlna
|
||||
VideoBitrate,
|
||||
VideoFramerate,
|
||||
VideoLevel,
|
||||
VideoPacketLength,
|
||||
VideoProfile,
|
||||
VideoTimestamp
|
||||
VideoProfile
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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