disable series xml saving for now
This commit is contained in:
parent
3a0b23f527
commit
b4a756780e
|
@ -291,10 +291,10 @@ namespace MediaBrowser.Providers.TV
|
||||||
}
|
}
|
||||||
if (ConfigurationManager.Configuration.SaveLocalMeta)
|
if (ConfigurationManager.Configuration.SaveLocalMeta)
|
||||||
{
|
{
|
||||||
var ms = new MemoryStream();
|
//var ms = new MemoryStream();
|
||||||
seriesDoc.Save(ms);
|
//seriesDoc.Save(ms);
|
||||||
|
|
||||||
await _providerManager.SaveToLibraryFilesystem(series, Path.Combine(series.MetaLocation, LocalMetaFileName), ms, cancellationToken).ConfigureAwait(false);
|
//await _providerManager.SaveToLibraryFilesystem(series, Path.Combine(series.MetaLocation, LocalMetaFileName), ms, cancellationToken).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user