mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-20 11:41:00 +03:00
Updated modify playlist size
Fixed issue where playlist order could not be rearranged
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user