File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Voice Control For Plex/src/main Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.atomjack.vcfp"
4
- android : versionCode =" 18 "
5
- android : versionName =" 1.8.3 " >
4
+ android : versionCode =" 19 "
5
+ android : versionName =" 1.8.4 " >
6
6
7
7
<uses-permission android : name =" com.mohammadag.googlesearchapi.permission.ACCESS_GGOGLE_SEARCH_API" />
8
8
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ private void startup() {
261
261
mServiceIntent .setAction (VoiceControlForPlexApplication .Intent .GDMRECEIVE );
262
262
mServiceIntent .putExtra ("class" , PlexSearchService .class );
263
263
mServiceIntent .putExtra ("ORIGIN" , "PlexSearch" );
264
+ mServiceIntent .putExtra (VoiceControlForPlexApplication .Intent .SCAN_TYPE , "server" );
264
265
startService (mServiceIntent );
265
266
feedback .m ("Scanning for Plex Servers" );
266
267
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<changelog >
3
+ <release version =" 1.8.4" versioncode =" 18" >
4
+ <change >Fixed crash when scanning all servers.</change >
5
+ </release >
3
6
<release version =" 1.8.3" versioncode =" 18" >
4
7
<change >Fixed a bug that sometimes prevented playback when a client is specified in the spoken query.</change >
5
8
</release >
You can’t perform that action at this time.
0 commit comments