Update url-preview.vue

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-11 19:56:53 +09:00 committed by GitHub
parent 9252c59d90
commit 19c872a1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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