Skip to content

Commit

Permalink
REF: Search for workstation type on network in printer list
Browse files Browse the repository at this point in the history
  • Loading branch information
josefdolezal committed May 14, 2017
1 parent 07a6539 commit aa4e361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ PrinterListViewModelOutputs {
}
}

Bonjour.searchForServices(ofType: .internetPrinter)
Bonjour.searchForServices(ofType: .workstation)
.observeResult { [weak self] result in
switch result {
case let .success(printers):
Expand Down

0 comments on commit aa4e361

Please sign in to comment.