build fiddy six fixed

This commit is contained in:
Aiden Vigue 2021-07-07 20:04:39 -04:00
parent 9558b8ee3b
commit 282ef30d77
No known key found for this signature in database
GPG Key ID: B9A09843AB079D5B
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}