diff options
| author | JPVenson <github@jpb.email> | 2024-11-17 11:03:43 +0000 |
|---|---|---|
| committer | JPVenson <github@jpb.email> | 2024-11-17 11:03:43 +0000 |
| commit | b39553611d0d6702ef657f76573cefa2ee437745 (patch) | |
| tree | 9534eb388e16ee057042db0cdf4ad43b063fb45a /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 17e4485b946f5b58a0bed99312c57abb59181376 (diff) | |
Applied coding style
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 47b1cb16e..8fcd5f605 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -258,7 +258,7 @@ namespace MediaBrowser.Controller.Library /// <param name="items">Items to create.</param> /// <param name="parent">Parent of new items.</param> /// <param name="cancellationToken">CancellationToken to use for operation.</param> - void CreateItems(IReadOnlyList<BaseItem> items, BaseItem? parent, CancellationToken cancellationToken); + void CreateOrUpdateItems(IReadOnlyList<BaseItem> items, BaseItem? parent, CancellationToken cancellationToken); /// <summary> /// Updates the item. |
