diff --git a/backend/src/Services/LibraryService.cs b/backend/src/Services/LibraryService.cs index efdabd1..41e6c51 100644 --- a/backend/src/Services/LibraryService.cs +++ b/backend/src/Services/LibraryService.cs @@ -23,6 +23,11 @@ public class LibraryService : ILibraryService foreach (var library in clientLibraries.Items) { + if (library.Name == "Collections" || library.Name == "Playlists") + { + continue; + } + if (!libraries.ContainsKey(library.Name)) {