mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-18 16:21:29 +03:00
fixed bug where recently saved playlists could not be shared
This commit is contained in:
@@ -281,6 +281,7 @@ export class PlayerComponent implements OnInit {
|
|||||||
if (res['success']) {
|
if (res['success']) {
|
||||||
dialogRef.close();
|
dialogRef.close();
|
||||||
const new_playlist = res['new_playlist'];
|
const new_playlist = res['new_playlist'];
|
||||||
|
this.db_playlist = new_playlist;
|
||||||
this.openSnackBar('Playlist \'' + name + '\' successfully created!', '')
|
this.openSnackBar('Playlist \'' + name + '\' successfully created!', '')
|
||||||
this.playlistPostCreationHandler(new_playlist.id);
|
this.playlistPostCreationHandler(new_playlist.id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user