build fiddy six fixed
This commit is contained in:
parent
9558b8ee3b
commit
282ef30d77
|
@ -36,7 +36,7 @@ struct VideoUpNextView: View {
|
|||
.foregroundColor(.white)
|
||||
.font(.subheadline)
|
||||
.fontWeight(.semibold)
|
||||
Text(viewModel.item!.getEpisodeLocator())
|
||||
Text(viewModel.item?.getEpisodeLocator() ?? "")
|
||||
.foregroundColor(.secondary)
|
||||
.font(.caption)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue