We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ad4ae commit e823caeCopy full SHA for e823cae
1 file changed
src/main/java/org/digitalmediaserver/cast/message/enumeration/TrackSubType.java
@@ -15,13 +15,15 @@
15
*/
16
package org.digitalmediaserver.cast.message.enumeration;
17
18
+import com.fasterxml.jackson.annotation.JsonAlias;
19
20
/**
21
* The type of text track. For text tracks only.
22
23
public enum TrackSubType {
24
25
/** Subtitles track */
26
+ @JsonAlias("SUBTITLE")
27
SUBTITLES,
28
29
/** Captions track */
0 commit comments