From f7720e7c99e0e0f84f6492670dc1bcf83fa0f2fb Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sat, 16 Sep 2023 15:08:45 +0200 Subject: Extend collections cleanup task to include playlists too --- MediaBrowser.Controller/Playlists/IPlaylistManager.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/Playlists/IPlaylistManager.cs b/MediaBrowser.Controller/Playlists/IPlaylistManager.cs index d1a51c2cf6..bb68a3b6dd 100644 --- a/MediaBrowser.Controller/Playlists/IPlaylistManager.cs +++ b/MediaBrowser.Controller/Playlists/IPlaylistManager.cs @@ -44,6 +44,12 @@ namespace MediaBrowser.Controller.Playlists /// /// Gets the playlists folder. /// + /// Folder. + Folder GetPlaylistsFolder(); + + /// + /// Gets the playlists folder for a user. + /// /// The user identifier. /// Folder. Folder GetPlaylistsFolder(Guid userId); -- cgit v1.2.3