We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47670b8 commit 8f6889aCopy full SHA for 8f6889a
Voice Control For Plex/src/main/java/com/atomjack/vcfp/activities/MainActivity.java
@@ -348,12 +348,7 @@ public void onFailure(int statusCode) {
348
feedback.e(getResources().getString(R.string.no_wifi_connection_message));
349
return;
350
}
351
- if(server == null || server.owned)
352
- localScan.searchForPlexClients();
353
- else {
354
- Logger.d("have %d clients", VoiceControlForPlexApplication.clients.size());
355
- localScan.showPlexClients(VoiceControlForPlexApplication.clients);
356
- }
+ localScan.searchForPlexClients();
357
} else if (holder.tag.equals(holder.TAG_FEEDBACK)) {
358
selectFeedback();
359
} else if (holder.tag.equals(holder.TAG_ERRORS)) {
0 commit comments