Fix vodPlayUrl trans
This commit is contained in:
parent
4c5a262ba2
commit
bfc6bef0af
|
|
@ -87,7 +87,7 @@ public class Vod {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setVodPlayUrl(String vodPlayUrl) {
|
public void setVodPlayUrl(String vodPlayUrl) {
|
||||||
this.vodPlayUrl = vodPlayUrl;
|
this.vodPlayUrl = Trans.get(vodPlayUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setVodTag(String vodTag) {
|
public void setVodTag(String vodTag) {
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
7051ed03b13cdcdd5014781e8d54d384
|
eee007ae41ef82c0919aad09f2a2a6c2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue