Limit the use of the same playlist name when adding a playlist
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
@@ -76,7 +76,7 @@ export const PlaylistEditDialog = ({
|
||||
const classes = useStyles();
|
||||
const identityApi = useApi(identityApiRef);
|
||||
const playlistApi = useApi(playlistApiRef);
|
||||
const playListApiData = playlistApi.getAllPlaylists();
|
||||
const playListApiData = playlistApi.getAllPlaylists({ editable: true });
|
||||
|
||||
const [editingOtherFields, setEditingOtherFields] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user