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