RE TS plugin to have continues tune auto-upload feature fix #1605
This commit is contained in:
parent
01c9645548
commit
ea098a2932
|
@ -102,4 +102,8 @@ public class Msq {
|
|||
public UserComments getUserComments() {
|
||||
return new UserComments();
|
||||
}
|
||||
|
||||
public VersionInfo getVersionInfo() {
|
||||
return versionInfo;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue