diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-04-09 19:27:03 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-04-09 19:27:03 +0200 |
| commit | c2b5fb78ced9bad0bc2283d6ff7fe0c2f6547e70 (patch) | |
| tree | 5988d793b15461752ebefbdfd47bfca00f8cff4e /MediaBrowser.Controller/Persistence/IItemRepository.cs | |
| parent | 8e7b15285ec8a513d9c94d688f864e3203304bc3 (diff) | |
Address comments
Diffstat (limited to 'MediaBrowser.Controller/Persistence/IItemRepository.cs')
| -rw-r--r-- | MediaBrowser.Controller/Persistence/IItemRepository.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Persistence/IItemRepository.cs b/MediaBrowser.Controller/Persistence/IItemRepository.cs index 3bce79d8a..75fc43a04 100644 --- a/MediaBrowser.Controller/Persistence/IItemRepository.cs +++ b/MediaBrowser.Controller/Persistence/IItemRepository.cs @@ -24,7 +24,6 @@ namespace MediaBrowser.Controller.Persistence /// Deletes the item. /// </summary> /// <param name="id">The identifier.</param> - /// <param name="cancellationToken">The cancellation token.</param> void DeleteItem(Guid id); /// <summary> @@ -169,4 +168,3 @@ namespace MediaBrowser.Controller.Persistence List<string> GetAllArtistNames(); } } - |
