Updated modify playlist size

Fixed issue where playlist order could not be rearranged
This commit is contained in:
Isaac Abadi
2022-06-19 23:46:24 -04:00
parent 690cc38899
commit 7f47fb339b
2 changed files with 18 additions and 16 deletions

View File

@@ -105,9 +105,9 @@ export class CustomPlaylistsComponent implements OnInit {
const index = args.index;
const dialogRef = this.dialog.open(ModifyPlaylistComponent, {
data: {
playlist_id: playlist.id,
width: '65vw'
}
playlist_id: playlist.id
},
minWidth: '85vw'
});
dialogRef.afterClosed().subscribe(() => {