Skip to content

Commit 8f6889a

Browse files
author
Chris Bellew
committed
Fixed client scan when shared server is selected.
1 parent 47670b8 commit 8f6889a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Voice Control For Plex/src/main/java/com/atomjack/vcfp/activities/MainActivity.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,7 @@ public void onFailure(int statusCode) {
348348
feedback.e(getResources().getString(R.string.no_wifi_connection_message));
349349
return;
350350
}
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-
}
351+
localScan.searchForPlexClients();
357352
} else if (holder.tag.equals(holder.TAG_FEEDBACK)) {
358353
selectFeedback();
359354
} else if (holder.tag.equals(holder.TAG_ERRORS)) {

0 commit comments

Comments
 (0)