diff --git a/JellyfinPlayer tvOS/LibraryView.swift b/JellyfinPlayer tvOS/LibraryView.swift index d8c26246..bc522420 100644 --- a/JellyfinPlayer tvOS/LibraryView.swift +++ b/JellyfinPlayer tvOS/LibraryView.swift @@ -74,8 +74,6 @@ struct LibraryView: View { } } supplementaryView: { _, indexPath in HStack { - Text("Supp View") - .font(.title3) Spacer() }.accessibilityIdentifier("\(indexPath.section).\(indexPath.row)") }