This commit is contained in:
@@ -15,5 +15,5 @@ export default async function PlaylistPage() {
|
||||
orderBy: { name: "asc" },
|
||||
});
|
||||
|
||||
return <PlaylistClient projects={projects} />;
|
||||
return <PlaylistClient projects={projects} userRole={session.user.role} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user