mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-12 09:13:00 +01:00
removed sql delayed writer in favor of prepared statements
This commit is contained in:
@@ -525,7 +525,7 @@ namespace MediaBrowser.Controller.Providers.TV
|
||||
|
||||
if (series.BackdropImagePaths.Count < ConfigurationManager.Configuration.MaxBackdrops)
|
||||
{
|
||||
var bdNo = 0;
|
||||
var bdNo = series.BackdropImagePaths.Count;
|
||||
var xmlNodeList = images.SelectNodes("//Banner[BannerType='fanart']");
|
||||
if (xmlNodeList != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user