Improve queue details loading

This commit is contained in:
Arkadiusz Fal
2022-06-26 13:12:32 +02:00
parent 0f48a14e96
commit fe94d35af0
5 changed files with 17 additions and 12 deletions

View File

@@ -68,6 +68,9 @@ struct NowPlayingView: View {
} label: {
VideoBanner(video: item.video)
}
.onAppear {
player.loadQueueVideoDetails(item)
}
.contextMenu {
Button("Remove", role: .destructive) {
player.remove(item)