diff --git a/JellyfinPlayer/VideoUpNextView.swift b/JellyfinPlayer/VideoUpNextView.swift index 7ad06a9d..07c5bfae 100644 --- a/JellyfinPlayer/VideoUpNextView.swift +++ b/JellyfinPlayer/VideoUpNextView.swift @@ -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) }