Added ability to randomize playlists

Missing videos now show a more verbose error in the logs
This commit is contained in:
Isaac Abadi
2021-07-21 20:03:53 -06:00
parent b56b371ece
commit 9f908aa3fc
6 changed files with 23 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ export class ModifyPlaylistComponent implements OnInit {
index = this.playlist_file_objs.length - 1 - index;
}
this.playlist_file_objs.splice(index, 1);
this.playlist.uids.splice(index, 1);
this.processFiles();
}