Fix vodPlayUrl trans

This commit is contained in:
FongMi 2022-09-25 23:43:24 +08:00
parent 4c5a262ba2
commit bfc6bef0af
3 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ public class Vod {
}
public void setVodPlayUrl(String vodPlayUrl) {
this.vodPlayUrl = vodPlayUrl;
this.vodPlayUrl = Trans.get(vodPlayUrl);
}
public void setVodTag(String vodTag) {

Binary file not shown.

View File

@ -1 +1 @@
7051ed03b13cdcdd5014781e8d54d384
eee007ae41ef82c0919aad09f2a2a6c2