diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-07-26 16:31:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 16:31:25 -0700 |
| commit | dfaf89a681c02bc973bbd1c92fc7ee99888ad7f6 (patch) | |
| tree | 4fb76e24bae8bfc6e013a92963650bded841511d /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | 5110835031d80e4e3d094b86d9962bc1708dd521 (diff) | |
Update ILibraryManager.cs
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 0ee1d094b..18a75aacd 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -107,7 +107,7 @@ namespace MediaBrowser.Controller.Library /// <summary> /// Gets a Studio. /// </summary> - /// <param name="name">The name.</param> + /// <param name="name">The name of the studio.</param> /// <returns>Task{Studio}.</returns> Studio GetStudio(string name); |
