[create-pull-request] automated change (#59)

Co-authored-by: acvigue <acvigue@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-12 07:06:57 -07:00 committed by GitHub
parent 3d6eb2f183
commit 13df9191aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ struct ContentView: View {
@State private var loadState: Int = 2
private var recentFilterSet: LibraryFilters = LibraryFilters(filters: [], sortOrder: [.descending], sortBy: ["DateCreated"])
func startup() {
if viewDidLoad == true {
return

View File

@ -79,7 +79,7 @@ class PlayerViewController: UIViewController, VLCMediaDelegate, VLCMediaPlayerDe
var manifest: BaseItemDto = BaseItemDto()
var playbackItem = PlaybackItem()
//MARK: IBActions
// MARK: IBActions
@IBAction func seekSliderStart(_ sender: Any) {
sendProgressReport(eventName: "pause")
mediaPlayer.pause()
@ -258,7 +258,7 @@ class PlayerViewController: UIViewController, VLCMediaDelegate, VLCMediaPlayerDe
dump(event)
}
//MARK: viewDidLoad
// MARK: viewDidLoad
override func viewDidLoad() {
super.viewDidLoad()
// View has loaded.