mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
reduce repeated deserialization of dlna profiles
This commit is contained in:
@@ -162,6 +162,8 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
{
|
||||
var path = CacheFilePath;
|
||||
|
||||
_logger.Info("Loading data from {0}", path);
|
||||
|
||||
try
|
||||
{
|
||||
var endpoint = _fileSystem.ReadAllText(path, Encoding.UTF8);
|
||||
|
||||
@@ -359,7 +359,7 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
{
|
||||
var path = CacheFilePath;
|
||||
|
||||
_logger.Debug("Loading data from {0}", path);
|
||||
_logger.Info("Loading data from {0}", path);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user