Extend collections cleanup task to include playlists too

This commit is contained in:
Shadowghost
2023-09-16 15:08:45 +02:00
parent 61155adecd
commit f7720e7c99
4 changed files with 158 additions and 119 deletions

View File

@@ -518,6 +518,11 @@ namespace Emby.Server.Implementations.Playlists
return relativePath;
}
public Folder GetPlaylistsFolder()
{
return GetPlaylistsFolder(Guid.Empty);
}
public Folder GetPlaylistsFolder(Guid userId)
{
const string TypeName = "PlaylistsFolder";