mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 19:23:38 +01:00
added more image providers
This commit is contained in:
@@ -39,10 +39,5 @@ namespace MediaBrowser.Providers.Books
|
||||
target.SeriesName = source.SeriesName;
|
||||
}
|
||||
}
|
||||
|
||||
protected override Task SaveItem(Book item, ItemUpdateType reason, CancellationToken cancellationToken)
|
||||
{
|
||||
return _libraryManager.UpdateItem(item, reason, cancellationToken);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user