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