diff --git a/JellyfinPlayer tvOS/README.md b/JellyfinPlayer tvOS/README.md index 9bf4fecd..59394731 100644 --- a/JellyfinPlayer tvOS/README.md +++ b/JellyfinPlayer tvOS/README.md @@ -1,4 +1,4 @@ # Design Notes -tvos is dumb and how I got around the ScrollViews clipping requires ALL interface elements to have a leading and trailing padding of 135 pt to align with the original "safe area bounds" +tvos is dumb and how I got around the ScrollViews clipping requires ALL interface elements to have a leading and trailing padding of _~~135~~ something else but i forgot_ pt to align with the original "safe area bounds" diff --git a/JellyfinPlayer/ConnectToServerView.swift b/JellyfinPlayer/ConnectToServerView.swift index 4abc06b2..04af9343 100644 --- a/JellyfinPlayer/ConnectToServerView.swift +++ b/JellyfinPlayer/ConnectToServerView.swift @@ -5,9 +5,6 @@ * Copyright 2021 Aiden Vigue & Jellyfin Contributors */ -import CoreData -import JellyfinAPI -import KeychainSwift import SwiftUI struct ConnectToServerView: View { diff --git a/JellyfinPlayer/ContinueWatchingView.swift b/JellyfinPlayer/ContinueWatchingView.swift index 7931102c..265c2aaf 100644 --- a/JellyfinPlayer/ContinueWatchingView.swift +++ b/JellyfinPlayer/ContinueWatchingView.swift @@ -8,7 +8,6 @@ import SwiftUI import JellyfinAPI -import Combine struct ProgressBar: Shape { func path(in rect: CGRect) -> Path { diff --git a/JellyfinPlayer/EpisodeItemView.swift b/JellyfinPlayer/EpisodeItemView.swift index 6f4f5c8b..c686286e 100644 --- a/JellyfinPlayer/EpisodeItemView.swift +++ b/JellyfinPlayer/EpisodeItemView.swift @@ -6,8 +6,6 @@ */ import SwiftUI -import JellyfinAPI -import Combine struct EpisodeItemView: View { @StateObject var viewModel: EpisodeItemViewModel diff --git a/JellyfinPlayer/LatestMediaView.swift b/JellyfinPlayer/LatestMediaView.swift index 137fc910..01bc0bf0 100644 --- a/JellyfinPlayer/LatestMediaView.swift +++ b/JellyfinPlayer/LatestMediaView.swift @@ -5,8 +5,6 @@ * Copyright 2021 Aiden Vigue & Jellyfin Contributors */ -import Combine -import JellyfinAPI import SwiftUI struct LatestMediaView: View { diff --git a/JellyfinPlayer/LibraryView.swift b/JellyfinPlayer/LibraryView.swift index 164d8300..0cc9004b 100644 --- a/JellyfinPlayer/LibraryView.swift +++ b/JellyfinPlayer/LibraryView.swift @@ -6,9 +6,6 @@ * Copyright 2021 Aiden Vigue & Jellyfin Contributors */ -import Combine -import JellyfinAPI -import NukeUI import SwiftUI struct LibraryView: View { diff --git a/JellyfinPlayer/MovieItemView.swift b/JellyfinPlayer/MovieItemView.swift index d60243c2..b62b1ba6 100644 --- a/JellyfinPlayer/MovieItemView.swift +++ b/JellyfinPlayer/MovieItemView.swift @@ -5,8 +5,6 @@ * Copyright 2021 Aiden Vigue & Jellyfin Contributors */ -import Combine -import JellyfinAPI import SwiftUI struct MovieItemView: View { diff --git a/JellyfinPlayer/SeasonItemView.swift b/JellyfinPlayer/SeasonItemView.swift index d436f603..7215aa7d 100644 --- a/JellyfinPlayer/SeasonItemView.swift +++ b/JellyfinPlayer/SeasonItemView.swift @@ -6,8 +6,6 @@ */ import SwiftUI -import Combine -import JellyfinAPI struct SeasonItemView: View { @StateObject var viewModel: SeasonItemViewModel diff --git a/JellyfinPlayer/SeriesItemView.swift b/JellyfinPlayer/SeriesItemView.swift index d7dbd0e6..591d5db9 100644 --- a/JellyfinPlayer/SeriesItemView.swift +++ b/JellyfinPlayer/SeriesItemView.swift @@ -6,8 +6,6 @@ */ import SwiftUI -import JellyfinAPI -import Combine struct SeriesItemView: View { @StateObject var viewModel: SeriesItemViewModel