Merge pull request #62 from jellyfin/create-pull-request/patch
[ci] SwiftLint
This commit is contained in:
commit
5b3fc5425f
|
@ -130,7 +130,7 @@ struct ConnectToServerView: View {
|
||||||
|
|
||||||
globalData.expiredCredentials = false
|
globalData.expiredCredentials = false
|
||||||
globalData.networkError = false
|
globalData.networkError = false
|
||||||
|
|
||||||
do {
|
do {
|
||||||
try viewContext.save()
|
try viewContext.save()
|
||||||
DispatchQueue.main.async { [self] in
|
DispatchQueue.main.async { [self] in
|
||||||
|
|
Loading…
Reference in New Issue