some logging

This commit is contained in:
Ethan Pippin 2022-01-13 09:08:11 -07:00
parent bdae39caa0
commit 841632f897
1 changed files with 7 additions and 0 deletions

View File

@ -343,6 +343,13 @@ extension VLCPlayerViewController {
}
viewModel = newViewModel
switch viewModel.streamType {
case .transcode:
LogManager.shared.log.debug("Player set up with transcoded stream for item: \(viewModel.item.id ?? "--")")
case .direct:
LogManager.shared.log.debug("Player set up with direct play stream for item: \(viewModel.item.id ?? "--")")
}
}
// MARK: startPlayback