Merge pull request #10234 from Shadowghost/cleanup-playlists-task

This commit is contained in:
Cody Robibero
2023-09-22 06:55:11 -06:00
committed by GitHub
4 changed files with 157 additions and 119 deletions

View File

@@ -44,6 +44,12 @@ namespace MediaBrowser.Controller.Playlists
/// <summary>
/// Gets the playlists folder.
/// </summary>
/// <returns>Folder.</returns>
Folder GetPlaylistsFolder();
/// <summary>
/// Gets the playlists folder for a user.
/// </summary>
/// <param name="userId">The user identifier.</param>
/// <returns>Folder.</returns>
Folder GetPlaylistsFolder(Guid userId);