diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-07-25 14:55:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 14:55:59 +0200 |
| commit | 90aba79fb95e2164050df54151b3907d43684f59 (patch) | |
| tree | 42017ec4b8906c76309ae2763839bd02ce4a1f91 /MediaBrowser.Controller/Collections/ICollectionManager.cs | |
| parent | 5e2975661dc78e94d6eef2ee1a1e519093ba940c (diff) | |
| parent | 9aebb86a68cacb2b1f8837e876fa422aa6ca2e4e (diff) | |
Merge pull request #6346 from richlander/mediabrowser-controller-drawing
Fix warnings in MediaBrowser.Controller/Drawing
Diffstat (limited to 'MediaBrowser.Controller/Collections/ICollectionManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Collections/ICollectionManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Collections/ICollectionManager.cs b/MediaBrowser.Controller/Collections/ICollectionManager.cs index 46bc37e7f..49cc39f04 100644 --- a/MediaBrowser.Controller/Collections/ICollectionManager.cs +++ b/MediaBrowser.Controller/Collections/ICollectionManager.cs @@ -32,6 +32,7 @@ namespace MediaBrowser.Controller.Collections /// Creates the collection. /// </summary> /// <param name="options">The options.</param> + /// <returns>BoxSet wrapped in an awaitable task.</returns> Task<BoxSet> CreateCollectionAsync(CollectionCreationOptions options); /// <summary> |
