Add internet radio (#1384)

This commit is contained in:
Jeff
2025-12-13 21:26:33 -08:00
committed by GitHub
parent f61d34c340
commit 7ed847fecb
46 changed files with 2229 additions and 118 deletions
+5
View File
@@ -163,6 +163,11 @@ export const usePermissions = () => {
playlists: {
editPublic: isAdmin,
},
radio: {
create: isAdmin,
delete: isAdmin,
edit: isAdmin,
},
userId: userId,
};
};