mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 22:06:29 +01:00
Extend collections cleanup task to include playlists too
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user