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