diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-03 16:06:20 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-03 16:06:20 +0200 |
| commit | 3e0b201688d6efeca5c65df11425001f73c8c9ec (patch) | |
| tree | 4efd72bd89358b9c93102a3cba224db5b73329f4 /MediaBrowser.Controller/Playlists | |
| parent | 8cf77424f6c432386fb06017eccfa0e9f880a3ba (diff) | |
Enforce permissions
Diffstat (limited to 'MediaBrowser.Controller/Playlists')
| -rw-r--r-- | MediaBrowser.Controller/Playlists/IPlaylistManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Playlists/IPlaylistManager.cs b/MediaBrowser.Controller/Playlists/IPlaylistManager.cs index 821b901a03..cbe4bd87f5 100644 --- a/MediaBrowser.Controller/Playlists/IPlaylistManager.cs +++ b/MediaBrowser.Controller/Playlists/IPlaylistManager.cs @@ -23,7 +23,7 @@ namespace MediaBrowser.Controller.Playlists /// Creates the playlist. /// </summary> /// <param name="request">The <see cref="PlaylistCreationRequest"/>.</param> - /// <returns>Task<Playlist>.</returns> + /// <returns>The created playlist.</returns> Task<PlaylistCreationResult> CreatePlaylist(PlaylistCreationRequest request); /// <summary> |
