Update url-preview.vue

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-11 19:56:53 +09:00 committed by GitHub
parent 3d3e2a8435
commit a9e2dc83aa

View file

@ -83,7 +83,7 @@ export default Vue.extend({
this.thumbnail = info.thumbnail;
this.icon = info.icon;
this.sitename = info.sitename;
this.player = info.player;
this.fetching = false;
}
});