Merge pull request #62 from jellyfin/create-pull-request/patch

[ci] SwiftLint
This commit is contained in:
aiden vigue 2021-06-12 22:37:29 -04:00 committed by GitHub
commit 5b3fc5425f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ struct ConnectToServerView: View {
globalData.expiredCredentials = false
globalData.networkError = false
do {
try viewContext.save()
DispatchQueue.main.async { [self] in