Skip to content

Commit 0075d46

Browse files
author
Chris Bellew
committed
Added missing constant.
1 parent c82cc7f commit 0075d46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public class VoiceControlForPlexApplication
2020

2121
public final static String MINIMUM_PHT_VERSION = "1.0.7";
2222

23+
public final static String INTENT_GDMRECEIVE = "0";
24+
2325
public final static String recognition_regex = "^(((watch|resume watching|listen to|watch movie) )|((offset|timecode) (.*))|((pause|stop|resume) playback))(.*)(on )?";
2426
private static ConcurrentHashMap<String, PlexServer> plexmediaServers = new ConcurrentHashMap<String, PlexServer>();
2527

0 commit comments

Comments
 (0)